From 5c1b9f0cd5279b4bf80fa6f1dc78a24a3315bc3b Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 14 Dec 2010 03:33:39 +0000 Subject: [PATCH] Create include/nuttx/usb directory git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3170 42af7a65-404d-4744-a932-0658087f49c3 --- arch/arm/src/dm320/dm320_usbdev.c | 8 ++++---- arch/arm/src/lpc17xx/lpc17_usbdev.c | 6 +++--- arch/arm/src/lpc214x/lpc214x_usbdev.c | 6 +++--- arch/arm/src/lpc313x/lpc313x_internal.h | 2 +- arch/arm/src/lpc313x/lpc313x_usbdev.c | 6 +++--- arch/arm/src/stm32/stm32_internal.h | 2 +- arch/arm/src/stm32/stm32_usbdev.c | 8 ++++---- 7 files changed, 19 insertions(+), 19 deletions(-) diff --git a/arch/arm/src/dm320/dm320_usbdev.c b/arch/arm/src/dm320/dm320_usbdev.c index 33049403b2b..e18ad0ad9b6 100644 --- a/arch/arm/src/dm320/dm320_usbdev.c +++ b/arch/arm/src/dm320/dm320_usbdev.c @@ -1,7 +1,7 @@ /******************************************************************************* * arch/arm/src/dm320/dm320_usbdev.c * - * Copyright (C) 2008-2009 Gregory Nutt. All rights reserved. + * Copyright (C) 2008-2010 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without @@ -48,9 +48,9 @@ #include #include -#include -#include -#include +#include +#include +#include #include #include diff --git a/arch/arm/src/lpc17xx/lpc17_usbdev.c b/arch/arm/src/lpc17xx/lpc17_usbdev.c index 8633751ad1a..24a97dd4f42 100755 --- a/arch/arm/src/lpc17xx/lpc17_usbdev.c +++ b/arch/arm/src/lpc17xx/lpc17_usbdev.c @@ -48,9 +48,9 @@ #include #include -#include -#include -#include +#include +#include +#include #include #include diff --git a/arch/arm/src/lpc214x/lpc214x_usbdev.c b/arch/arm/src/lpc214x/lpc214x_usbdev.c index 4347180e1ae..1c2b3154895 100644 --- a/arch/arm/src/lpc214x/lpc214x_usbdev.c +++ b/arch/arm/src/lpc214x/lpc214x_usbdev.c @@ -48,9 +48,9 @@ #include #include -#include -#include -#include +#include +#include +#include #include #include diff --git a/arch/arm/src/lpc313x/lpc313x_internal.h b/arch/arm/src/lpc313x/lpc313x_internal.h index 6fdbe9b377a..2ba9f94abe8 100755 --- a/arch/arm/src/lpc313x/lpc313x_internal.h +++ b/arch/arm/src/lpc313x/lpc313x_internal.h @@ -212,7 +212,7 @@ EXTERN int lpc313x_spicmddata(FAR struct spi_dev_s *dev, enum spi_dev_e devid, b * Description: * If USB is supported and the board supports a pullup via GPIO (for USB software * connect and disconnect), then the board software must provide lpc313x_pullup. - * See include/nuttx/usbdev.h for additional description of this method. + * See include/nuttx/usb/usbdev.h for additional description of this method. * Alternatively, if no pull-up GPIO the following EXTERN can be redefined to be * NULL. * diff --git a/arch/arm/src/lpc313x/lpc313x_usbdev.c b/arch/arm/src/lpc313x/lpc313x_usbdev.c index c3faecee1bc..5f8d48d3e3e 100755 --- a/arch/arm/src/lpc313x/lpc313x_usbdev.c +++ b/arch/arm/src/lpc313x/lpc313x_usbdev.c @@ -52,9 +52,9 @@ #include #include -#include -#include -#include +#include +#include +#include #include #include diff --git a/arch/arm/src/stm32/stm32_internal.h b/arch/arm/src/stm32/stm32_internal.h index 9c13f04ef20..a98d579dd07 100755 --- a/arch/arm/src/stm32/stm32_internal.h +++ b/arch/arm/src/stm32/stm32_internal.h @@ -488,7 +488,7 @@ EXTERN int stm32_spi3cmddata(FAR struct spi_dev_s *dev, enum spi_dev_e devid, bo * Description: * If USB is supported and the board supports a pullup via GPIO (for USB software * connect and disconnect), then the board software must provide stm32_pullup. - * See include/nuttx/usbdev.h for additional description of this method. + * See include/nuttx/usb/usbdev.h for additional description of this method. * Alternatively, if no pull-up GPIO the following EXTERN can be redefined to be * NULL. * diff --git a/arch/arm/src/stm32/stm32_usbdev.c b/arch/arm/src/stm32/stm32_usbdev.c index 07e3ae417f7..1a696628c79 100644 --- a/arch/arm/src/stm32/stm32_usbdev.c +++ b/arch/arm/src/stm32/stm32_usbdev.c @@ -1,7 +1,7 @@ /**************************************************************************** * arch/arm/src/stm32/stm32_usbdev.c * - * Copyright (C) 2009 Gregory Nutt. All rights reserved. + * Copyright (C) 2009-2010 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * * References: @@ -52,9 +52,9 @@ #include #include -#include -#include -#include +#include +#include +#include #include