Mercurial > ecos
diff packages/ecos.db @ 2495:08e070d1d660
* NEWS:
* ecos.db: Add USB serial class driver.
| author | asl |
|---|---|
| date | Sat, 12 Jul 2008 10:52:54 +0000 |
| parents | 0854e8c95fe1 |
| children | 7b16b2d61ef3 |
line wrap: on
line diff
--- a/packages/ecos.db +++ b/packages/ecos.db @@ -1400,6 +1400,14 @@ package CYGPKG_IO_USB_SLAVE_ETH { description "Support for USB peripherals that provide an ethernet-class function" } +package CYGPKG_IO_USB_SLAVE_SERIAL { + alias { "USB slave-side serial drivers" usbs_serial } + directory io/usb/serial/slave + script usbs_serial.cdl + description "Support for USB peripherals that present themselves + as serial devices to the host." +} + package CYGPKG_DEVS_USB_SA11X0 { alias { "Device-driver for the SA11X0 on-chip USB support" usb_sa11x0 } hardware
