Le 20/08/2013 10:13, Marco Chen a écrit : > Hi Kyle, > > (The discuss here now is focused on Gamepad thought USB not BT HID profile) > > As my experience, mobile device normally acted as a USB client mode and it > should be changed to USB Host mode for servicing the GamePad device. > And USB OTG is a feature on most current device now. > > Then once USB OTG is enabled, a USB mouse can be used on Tablet device. > According to this I think HID manager is supported by Android kernel.
This might depend on each phone. First, I'm not sure our current devices can all act as USB OTG: this requires some hardware support, too. And it requires that the kernel is being built with. > > Thanks, > Sincerely yours. > > ----- 原始郵件 ----- > 寄件者: "Kyle Machulis" <[email protected]> > 收件者: "Marco Chen" <[email protected]> > 副本: "jose llopis" <[email protected]>, "Mozilla" > <[email protected]> > 寄件備份: 2013 8 月 20 星期二 上午 2:58:38 > 主旨: Re: [b2g] Bluetooth and gamepad API? > > Other relevant bugs: > > Bug 852944 - Add content process support to Gamepad backend > Bug 852945 - Gonk gamepad backend > > I've got both assigned to me at the moment, as well as the gamepad haptics > bugs. Would love to take a look at them soon, but that hasn't happened yet. > If someone has cycles and wants to help out, lemme know. > > I think the big question for usb is the current HID manager support in our > android kernel. If that exists, we don't need the bluetooth hid layer to be > done before implementing this. We could just put code in HAL that uses the > hid manager (similar to what we do with the desktop platforms for joysticks). > I'll poke around in the 4.3 build and see what the state of that is. > > ----- Original Message ----- >> From: "Marco Chen" <[email protected]> >> To: "jose llopis" <[email protected]> >> Cc: "Mozilla" <[email protected]> >> Sent: Monday, August 19, 2013 7:56:06 AM >> Subject: Re: [b2g] Bluetooth and gamepad API? >> >> Hi, >> >> If you mean HID profile of Bluetooth, please refer to "Bug 880759 - >> [Bluetooth][meta] Implement HID profile feature". >> And it is still on going. >> >> Sincerely yours. >> >> ----- 原始郵件 ----- >> 寄件者: "jose llopis" <[email protected]> >> 收件者: "Mozilla" <[email protected]> >> 寄件備份: 2013 8 月 19 星期一 下午 7:52:35 >> 主旨: [b2g] Bluetooth and gamepad API? >> >> is there any way to use a bluetooth gamepad on firefox os? >> _______________________________________________ >> dev-b2g mailing list >> [email protected] >> https://lists.mozilla.org/listinfo/dev-b2g >> _______________________________________________ >> dev-b2g mailing list >> [email protected] >> https://lists.mozilla.org/listinfo/dev-b2g >> > _______________________________________________ > dev-b2g mailing list > [email protected] > https://lists.mozilla.org/listinfo/dev-b2g > _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
