Hi,
I'm tring to connect the pic24f as ttyACM device to onap3530 via usb connection. When connecting the device to Ubuntu host it recognized as "cdc_acm 3-2:1.0: ttyACM0: USB ACM device" and working fine and when I trying to connect it to omap as host it returns "device descriptor read/64, error -62".
I added to the cdc-acm driver the declaration of the following declaration :
{ USB_DEVICE(0x04d8, 0x000a), .driver_info = NOT_A_MODEM, },
to the static const struct usb_device_id acm_ids[].
Should be done another changes to support this device connection via usb?
Thanks,
Tanya