On Tue, Oct 20, 2009 at 01:30:01AM -0600, Anathae E. Townsend wrote:
Yes there are. The Zaurus for instance has an USB device controller.
http://www.openbsd.org/cgi-bin/man.cgi?query=usbf&sektion=4
No they cannot. OpenBSD is using:
#define CDCEF_VENDOR_ID 0x0001
#define CDCEF_PRODUCT_ID 0x0001
#define CDCEF_DEVICE_CODE 0x0100
for cdcef(4).
http://www.openbsd.org/cgi-bin/cvsweb/src/sys/dev/usb/if_cdcef.c?annotate=1.24
HTH,
Marco