Mostafa schrieb:
now my question: how can i make cdc_acm provide more ports for every phone to
talk to my symbian or how i can use usbserial with 2 product ids?
thanks for help
I don't know about cdc_acm, but adding IDs to the serial driver is
easy (IIRC since kernel 2.6.27):
# echo "<vendorid> <productid>"
>/sys/bus/usb-serial/drivers/generic/new_id
The better choice for higher speeds would certainly be the "option"
driver which can take manual ID additions as well:
# echo "<vendorid> <productid>"
>/sys/bus/usb-serial/drivers/option1/new_id
Josua Dietze
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html