Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
87 views

Problem Description I'm developing a USB 2.0 gadget using Linux FunctionFS (ConfigFS) on an embedded device running kernel 4.9.118. My goal is to implement a vendor-specific bulk data interface that ...
Dongju Park's user avatar
1 vote
1 answer
1k views

I have a BeagleBone Blue that I'm attempting to build into a small USB device that I'll communicate with on my Windows machine. I've got a shell script that I run on boot up that configures the ...
Ken's user avatar
  • 21
0 votes
1 answer
839 views

I'm trying to pair a rooted Android device with a PlayStation 4 (or 5) so that I can play around with the Bluetooth HID Profile. The problem is that the PlayStation firmware doesn't like to pair with ...
Andy E's user avatar
  • 346k
1 vote
1 answer
884 views

I'm trying to create a Gadget using FunctionFS and the FS driver. My gadget is composed of two functions with the following configurations: Function 1: Interface 0: Endpoint BULK OUT 0x01 ...
Julien's user avatar
  • 21