Hi all and Chengwei,
It is not about usb-manager but, It sounds sdb also should work for intel devices or any vendor for me. isn't it?
Currently, sdb is only working for samsung devices. If so, can I get usb information of your intel device? The output of lsusb will be fine.
Thanks.
------- Original Message -------
Sender : Yang Chengwei<[email protected]>
Date : 2013-11-20 21:49 (GMT+09:00)
Title : [Dev] usb-manager: set correct usb gadget attributes
Hi List,
I found that usb-manager does some hard codes to setup usb gadget
attributes like below
--------------------8<------------------------------------------------------
#ifndef SIMULATOR
ret = driver_1_1_kernel_node_set("04e8", "6860",
"mtp", "mtp,acm", "239", "2",
"1", NULL);
#else
ret = driver_1_1_kernel_node_set("04e8", "6860",
"mtp", "mtp,acm,sdb", "239",
"2", "1", NULL);
#endif
------------------------8<--------------------------------------------------
So all the Tizen devices will emulates as a Samsung Galaxy S II,
recognized by 'lsusb' on Linux Host.
It looks quite strange especially I have Intel devices. :-)
Do you have any plan to change such hard codes to system-info API or any
other non-hard-code way?
We (Intel developers) currently has some discussion about if the gadget
iSerial attribute can also handle in user space like this way.
So far, iSerial setup in kernel gadget driver I found. How do you think?
--
Thanks,
Chengwei
|
|
_______________________________________________ Dev mailing list [email protected] https://lists.tizen.org/listinfo/dev

