5 questions from the last 7 days
            
            
            0
            votes
        
        
            1
            answer
        
        
            50
            views
        
    How to reliably determine which USB device under /sys/device corresponds to the plug at the front of the computer
                Here my problem: most of Qnap's NAS feature a "copy" button on the front, next to a USB-A port. That button will copy the content of any hard-drive plugged to the USB port next to it.
I ...
            
        
       
    
            1
            vote
        
        
            0
            answers
        
        
            48
            views
        
    Changes in usb_deregister_device_driver() are not reflected
                I changed the code in kernel-source/drivers/usb/core/driver.c to:
void usb_deregister_device_driver(struct usb_device_driver *udriver)
{
    pr_info("%s: deregistering device driver %s\n",
  ...
            
        
       
    
            0
            votes
        
        
            1
            answer
        
        
            33
            views
        
    How to setup USB Serial Device over dart/flutter?
                I have an RFID Reader from a company called Metratec. I actually enjoy this reader very much and there is a detailed PDF and prewritten packages for Java, Python and .NET. Now I want to write my own ...
            
        
       
    
            0
            votes
        
        
            0
            answers
        
        
            21
            views
        
    Does Android reuse device IDs for UsbDevice objects?
                In the Android API reference, UsbDevice objects have a function, getDeviceId(), that returns a unique integer ID. The API reference notes that IDs are not persistent across disconnects.
However, the ...
            
        
       
    
            1
            vote
        
        
            0
            answers
        
        
            13
            views
        
    Issue with USB CCID Communication on STM32F4
                Hi StackOverflow Community,
I am encountering an issue while implementing USB CCID functionality on an STM32F4 MCU. I recently integrated the CCID driver from the following repository into my project:
...