Download
Magazine
Develop
Account
Download
Magazine
Develop
Login
Forgot Account/Password
Create Account
Language
Help
Language
Help
×
Login
Login Name
Password
×
Forgot Account/Password
Category:
Software
People
PersonalForge
Magazine
Wiki
Search
OSDN
>
Find Software
>
cdc-acm(FOMA対応)
>
Ticket List/Search
>
Ticket #13798
cdc-acm(FOMA対応)
Description
Project Summary
Developer Dashboard
Web Page
Developers
Image Gallery
List of RSS Feeds
Activity
Statistics
History
Downloads
List of Releases
Stats
Source Code
Code Repository list
Subversion
View Repository
Ticket
Ticket List
Milestone List
Type List
Component List
List of frequently used tickets/RSS
Submit New Ticket
Documents
FrontPage
Title index
Recent changes
Communication
Forums
List of Forums
Help (1)
Open Discussion (10)
Mailing Lists
list of ML
News
Ticket #13798
Ticket List
Submit New Ticket
RSS
bSlaveInterface was only 1
Open Date:
2008-10-28 22:40
Last Update:
2008-10-28 22:40
monitor
ON
OFF
Reporter:
sunatomo
Owner:
(None)
Type:
Bugs
Status:
Open
Component:
(None)
MileStone:
(None)
Priority:
5 - Medium
Severity:
5 - Medium
Resolution:
None
File:
None
Details
Reply
UnionFunctional DescriptorのbSlaveInterfaceが1個までしか見つからない
FOMA USBインターフェースを利用するための技術参考資料には
複数個のSlaveInterfaceを所有出来るように記載されているが、
cdc-acm.cの950行付近では1個決め打ちで動作している。
原因:USB.orgのCDC Subclass Specification for Wireless Mobile Communications Devices Rev1.1によると1個と書かれている。
これはUniversal Serial Bus Class Definitions for Communications Devices
のRev1.2添付文書のためRev1.1とは仕様が変更されたようだ。
対策:CDC HeaderのbcdCDCを取得してRev1.1とそれ以降で仕様を分けることとする。
(無視することも考えたが、lsusbでbSlaveInterfaceが2個のパターンを見たため、
ちゃんと対応する)
Ticket History (0/0 Histories)
Attachment File List (
0
)
Attachment File List
No attachments
Edit
Add Comment
You are not logged in.
I you are not logged in, your comment will be treated as an anonymous post. »
Login
Add Comment
Preview
Submit
FOMA USBインターフェースを利用するための技術参考資料には
複数個のSlaveInterfaceを所有出来るように記載されているが、
cdc-acm.cの950行付近では1個決め打ちで動作している。
原因:USB.orgのCDC Subclass Specification for Wireless Mobile Communications Devices Rev1.1によると1個と書かれている。
これはUniversal Serial Bus Class Definitions for Communications Devices
のRev1.2添付文書のためRev1.1とは仕様が変更されたようだ。
対策:CDC HeaderのbcdCDCを取得してRev1.1とそれ以降で仕様を分けることとする。
(無視することも考えたが、lsusbでbSlaveInterfaceが2個のパターンを見たため、
ちゃんと対応する)