Talk:USB Host
From ArmadeusWiki
Contents
USB keyboard/mouse (HID: Human Interface Device)
Driver installation
- Add USB keyboard/mouse support in Linux (already configured with armadeus svn version 978 or higher):
$ make linux26-menuconfig
select Device Drivers ---> [*] HID Devices ---> <*> Generic HID support (static) select Device Drivers ---> [*] HID Devices ---> <M> USB Human Interface Device (full HID) support (module)
Starting the driver
(already active with armadeus svn version 978 or higher)
# modprobe usbhid
USB Flash memory / USB key / USB card reader / USB Hard Drive
Driver installation
(already configured with armadeus svn version 978 or higher)
- Add USB Flash support in Linux:
$ make linux26-menuconfig
select Device Drivers ---> SCSI device support ---> <*> SCSI device support (static) Device Drivers ---> SCSI device support ---> [*] legacy /proc/scsi/ support (static) Device Drivers ---> SCSI device support ---> <*> SCSI disk support (static) Device Drivers ---> [*] USB support ---> [*] USB device filesystem (static) Device Drivers ---> [*] USB support ---> <*> USB Mass Storage support (static)