x86

  1. fredcobain

    Disable SONY-HID driver (hid ignore special drivers)

    Hi guys, I have a fake wired ps3 controller that works fine on RPI3 build only when I add this line on /boot/cmdline.txt file: hid.ignore_special_drivers=1 (which I believe that disables the sony-hid and the default usb hid driver assumes control) I want to use this same controller on a x86...
  2. S

    x86 IPI handlers in Linux

    Hi, I would like to know what are the different IPI handlers available for x86 in Linux. For ARM, I could find a unified handler - handle_IPI() in arch/arm/kernel/smp.c. For x86 what all interrupts can be considered as IPI. I am sure about these two: CALL_FUNCTION_VECTOR RESCHEDULE_VECTOR What...
Top