제가 사용하는 보드는 2450을 사용하지만 드라이버 보니 2410과 2440과 거의 같이 사용하는거 같아서
분류를 2440쪽으로 올리게 되었습니다.
이번에 보드의 USB를 동작하게 위해서 커널 환경을 맞추어서 드라이버는 올라오는거 같은데
USB 메모리스틱을 연결하니 "-62"가 포함된 에러메시지들이 연속적으로 출력됩니다..
참고적으로 /proc/devices 은 다음과 같습니다.

인터넷을 검색해보아도 -62  에러 메시지가 나오는 경우는 거의 없는거 같더군요..

해결방안을 아시는 고수님들 답변좀 부탁드립니다.

------ /proc/devices 내용-----------
Character devices:
  1 mem
  2 pty
  3 ttyp
  4 /dev/vc/0
  4 tty
  4 ttyS
  5 /dev/tty
  5 /dev/console
  5 /dev/ptmx
  7 vcs
 10 misc
 13 input
 89 i2c
 90 mtd
128 ptm
136 pts
180 usb
189 usb_device
204 s3c2410_serial
222 scu_gpio
253 usb_endpoint
254 rtc

Block devices:
  1 ramdisk
  7 loop
  8 sd
 31 mtdblock
 65 sd
 66 sd
 67 sd
 68 sd
 69 sd
 70 sd
 71 sd
128 sd
129 sd
130 sd
131 sd
132 sd
133 sd
134 sd
135 sd

---------- 부팅메시지--------------------
SCSI subsystem initialized
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
NET: Registered protocol family 2
IP route cache hash table entries: 1024 (order: 0, 4096 bytes)
TCP established hash table entries: 2048 (order: 2, 16384 bytes)
TCP bind hash table entries: 2048 (order: 1, 8192 bytes)
TCP: Hash tables configured (established 2048 bind 2048)
TCP reno registered
NetWinder Floating Point Emulator V0.97 (double precision)
JFFS2 version 2.2. (NAND) 짤 2001-2006 Red Hat, Inc.
yaffs Sep  7 2011 16:33:57 Installing. 
io scheduler noop registered
io scheduler anticipatory registered (default)
io scheduler deadline registered
io scheduler cfq registered
Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing disabled
serial8250.6: ttyS0 at MMIO 0x10000000 (irq = 62) is a 16550A
serial8250.6: ttyS1 at MMIO 0x10400000 (irq = 63) is a 16550A
serial8250.6: ttyS2 at MMIO 0x10800000 (irq = 64) is a 16550A
serial8250.6: ttyS3 at MMIO 0x10c00000 (irq = 65) is a 16550A
s3c2440-uart.0: s3c2410_serial0 at MMIO 0x50000000 (irq = 70) is a S3C2440
s3c2440-uart.1: s3c2410_serial1 at MMIO 0x50004000 (irq = 73) is a S3C2440
s3c2440-uart.2: s3c2410_serial2 at MMIO 0x50008000 (irq = 76) is a S3C2440
RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize
loop: module loaded
eth0: LAN9215 (rev 0) at 0xc4866000 IRQ 48
eth0: Ethernet addr: 00:09:c0:ff:ec:48
Driver 'sd' needs updating - please use bus_type methods
S3C NAND Driver, (c) 2007 Samsung Electronics
S3C NAND Driver is using hardware ECC.
NAND device: Manufacturer ID: 0xec, Chip ID: 0xf1 (Samsung NAND 128MiB 3,3V 8-bit)
Creating 4 MTD partitions on "NAND 128MiB 3,3V 8-bit":
0x00000000-0x00040000 : "Bootloader"
0x00040000-0x00400000 : "Kernel"
0x00400000-0x01c00000 : "Root - Cramfs"
0x01c00000-0x08000000 : "File System"
usbmon: debugfs is not available
s3c2410-ohci s3c2410-ohci: S3C OHCI
s3c2410-ohci s3c2410-ohci: new USB bus registered, assigned bus number 1
s3c2410-ohci s3c2410-ohci: irq 42, io mem 0x49000000
usb usb1: configuration #1 chosen from 1 choice
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 2 ports detected
usb usb1: Product: S3C OHCI
usb usb1: Manufacturer: Linux 2.6.24.2 rel-3-0-3 ohci_hcd
usb usb1: SerialNumber: s3c24xx
Initializing USB Mass Storage driver...
usbcore: registered new interface driver usb-storage
USB Mass Storage support registered.
usbcore: registered new interface driver libusual
usbcore: registered new interface driver usbtest
s3c2410_udc: debugfs dir creation failed -19
s3c2410-usbgadget s3c2410-usbgadget: failed to get usb bus clock source
s3c2410-usbgadget: probe of s3c2410-usbgadget failed with error -2
mice: PS/2 mouse device common for all mice
S3C Touchscreen driver, (c) 2008 Samsung Electronics
S3C24XX RTC, (c) 2004,2006 Simtec Electronics
s3c2410-rtc s3c2410-rtc: rtc core: registered s3c as rtc0
i2c /dev entries driver
s3c2410-i2c s3c2410-i2c: slave address 0x10
s3c2410-i2c s3c2410-i2c: bus frequency set to 378 KHz
s3c2410-i2c s3c2410-i2c: i2c-0: S3C I2C adapter
S3C2410 Watchdog Timer, (c) 2004 Simtec Electronics
s3c2410-wdt s3c2410-wdt: watchdog inactive, reset disabled, irq enabled
TCP cubic registered
NET: Registered protocol family 1
RPC: Registered udp transport module.
RPC: Registered tcp transport module.
s3c2410-rtc s3c2410-rtc: setting system clock to 2011-09-21 21:22:16 UTC (1316640136)
VFS: Mounted root (cramfs filesystem) readonly.
Freeing init memory: 120K
usb 1-1: new full speed USB device using s3c2410-ohci and address 2
usb 1-1: device descriptor read/64, error -62
usb 1-1: device descriptor read/64, error -62
mount /etc as ramfs
usb 1-1: new full speed USB device using s3c2410-ohci and address 3
cp: recursion detected, omitting directory '/mnt/etc/network'
usb 1-1: device descriptor read/64, error -62
cp: recursion detected, omitting directory '/mnt/etc/sysconfig/console'
cp: recursion detected, omitting directory '/mnt/etc/sysconfig/networking/profiles'
usb 1-1: device descriptor read/64, error -62
usb 1-1: new full speed USB device using s3c2410-ohci and address 4
INIT: version 2.86 booting
usb 1-1: device not accepting address 4, error -62
usb 1-1: new full speed USB device using s3c2410-ohci and address 5