Git Product home page Git Product logo

Comments (12)

CommunicationAnimale avatar CommunicationAnimale commented on July 17, 2024 1

Yes, thank you. I updated the firmware and everything seems to work normally.
Thank you again, I learned many things today 👍

from xpadneo.

CommunicationAnimale avatar CommunicationAnimale commented on July 17, 2024

Hmm... I'm trying to debug the issue on another computer (my laptop running Fedora) and I can't get my controller to use Xpadneo: it is being recongnised as a generic device. What's super strange is that it is broadcasting a different device ID! (0005:045E:02E0 vs 0005:045E:02FD.0003 in the log above)
I did not try to update the firmware (my controller was already on 3.1.1221.0).

What's more it seems that this guy was able to use his controller on a Retropie simply by disabling ERTM (i.e. only with xpad). I tried to follow the same procedure on a clean install, without success: I'm stuck in the exact same menu ("No gamepads detected"). Therefore I think that the error I am seeing might be a regression introduced in Retropie.

from xpadneo.

atar-axis avatar atar-axis commented on July 17, 2024

Hi there!

The problem seems to be that your gamepad is somehow sending a HID device descriptor which hid-xpadneo is unable to parse (even hid-generic is unable to parse it - which is hardly surprising). Therefore, parsing fails and as a result the whole probing process fails.

I am not sure if the following file is generated even if probing fails, but if - could you please tell me the input of it? /sys/kernel/debug/hid/0005:045E:<TAB>/rdesc

Cheers!

The error code is btw. -22, which is EINVAL (Invalid argument).
The reason is shown here: [ 49.137229] hid-generic 0005:045E:02FD.0003: unbalanced collection at end of report description, so the question is: why is it unbalanced (that's why I want to see the rdesc content).

from xpadneo.

CommunicationAnimale avatar CommunicationAnimale commented on July 17, 2024

Thank you for the fast reply !

Here is the content of file:

root@retropie:~# cat "/sys/kernel/debug/hid/0005:045E:02FD.0001/rdesc"
05 01 09 05 a1 01 85 01 09 01 a1 00 09 30 09 31 15 00 27 ff ff 00 00 95 02 75 10 81 02 c0 09 01 a1 00 09 32 09 35 15 00 27 ff ff 00 00 95 02 75 10 81 02 c0 05 02 09 c5 15 00 26 ff 03 95 01 75 0a 81 02 15 00 25 00 75 06 95 01 81 03 05 02 09 c4 15 00 26 ff 03 95 01 75 0a 81 02 15 00 25 00 75 06 95 01 81 03 05 01 09 39 15 01 25 08 35 00 46 3b 01 66 14 00 75 04 95 01 81 42 75 04 95 01 15 00 25 00 35 00 45 00 65 00 81 03 05 09 19 01 29 0f 15 00 25 01 75 01 95 0f 81 02 15 00 25 00 75 01 95 01 81 03 05 0c 0a 24 02 15 00 25 01 95 01 75 01 81 02 15 00 25 00 75 07 95 01 81 03 05 0c 09 01 85 02 a1 01 05 0c 0a 23 02 15 00 25 01 95 01 75 01 81 02 15 00 25 00 75 07 95 01 81 03 c0 05 0f 09 21 85 03 a1 02 09 97 15 00 25 01 75 04 95 01 91 02 15 00 25 00 75 04 95 01 91 03 09 70 15 00 25 64 75 08 95 04 91 02 09 50 66 01 10 55 0e 15 00 26 ff 00 75 08 95 01 91 02 09 a7 15 00 26 ff 00 75 08 95 01 91 02 65 00 55 00 09 7c 15 00 00


root@retropie:~#

from xpadneo.

atar-axis avatar atar-axis commented on July 17, 2024

hey there, no problemo 😁

I think I found the problem, as assumed before: your descriptor is definitely corrupted!

unknown (yours):

05 01 09 05 a1 01 85 01 09 01 a1 00 09 30 09 31 15 00 27 ff ff 00 00 95 02 75 10 81 02 c0 09 01 a1 00 09 32 09 35 15 00 27 ff ff 00 00 95 02 75 10 81 02 c0 05 02 09 c5 15 00 26 ff 03 95 01 75 0a 81 02 15 00 25 00 75 06 95 01 81 03 05 02 09 c4 15 00 26 ff 03 95 01 75 0a 81 02 15 00 25 00 75 06 95 01 81 03 05 01 09 39 15 01 25 08 35 00 46 3b 01 66 14 00 75 04 95 01 81 42 75 04 95 01 15 00 25 00 35 00 45 00 65 00 81 03 05 09 19 01 29 0f 15 00 25 01 75 01 95 0f 81 02 15 00 25 00 75 01 95 01 81 03 05 0c 0a 24 02 15 00 25 01 95 01 75 01 81 02 15 00 25 00 75 07 95 01 81 03 05 0c 09 01 85 02 a1 01 05 0c 0a 23 02 15 00 25 01 95 01 75 01 81 02 15 00 25 00 75 07 95 01 81 03 c0 05 0f 09 21 85 03 a1 02 09 97 15 00 25 01 75 04 95 01 91 02 15 00 25 00 75 04 95 01 91 03 09 70 15 00 25 64 75 08 95 04 91 02 09 50 66 01 10 55 0e 15 00 26 ff 00 75 08 95 01 91 02 09 a7 15 00 26 ff 00 75 08 95 01 91 02 65 00 55 00 09 7c 15 00 00

windows:

05 01 09 05 a1 01 85 01 09 01 a1 00 09 30 09 31 15 00 27 ff ff 00 00 95 02 75 10 81 02 c0 09 01 a1 00 09 33 09 34 15 00 27 ff ff 00 00 95 02 75 10 81 02 c0 05 01 09 32 15 00 26 ff 03 95 01 75 0a 81 02 15 00 25 00 75 06 95 01 81 03 05 01 09 35 15 00 26 ff 03 95 01 75 0a 81 02 15 00 25 00 75 06 95 01 81 03 05 01 09 39 15 01 25 08 35 00 46 3b 01 66 14 00 75 04 95 01 81 42 75 04 95 01 15 00 25 00 35 00 45 00 65 00 81 03 05 09 19 01 29 0a 15 00 25 01 75 01 95 0a 81 02 15 00 25 00 75 06 95 01 81 03 05 01 09 80 85 02 a1 00 09 85 15 00 25 01 95 01 75 01 81 02 15 00 25 00 75 07 95 01 81 03 c0 05 0f 09 21 85 03 a1 02 09 97 15 00 25 01 75 04 95 01 91 02 15 00 25 00 75 04 95 01 91 03 09 70 15 00 25 64 75 08 95 04 91 02 09 50 66 01 10 55 0e 15 00 26 ff 00 75 08 95 01 91 02 09 a7 15 00 26 ff 00 75 08 95 01 91 02 65 00 55 00 09 7c 15 00 26 ff 00 75 08 95 01 91 02 c0 85 04 05 06 09 20 15 00 26 ff 00 75 08 95 01 81 02 c0 00

android:

05 01 09 05 a1 01 85 01 09 01 a1 00 09 30 09 31 15 00 27 ff ff 00 00 95 02 75 10 81 02 c0 09 01 a1 00 09 32 09 35 15 00 27 ff ff 00 00 95 02 75 10 81 02 c0 05 02 09 c5 15 00 26 ff 03 95 01 75 0a 81 02 15 00 25 00 75 06 95 01 81 03 05 02 09 c4 15 00 26 ff 03 95 01 75 0a 81 02 15 00 25 00 75 06 95 01 81 03 05 01 09 39 15 01 25 08 35 00 46 3b 01 66 14 00 75 04 95 01 81 42 75 04 95 01 15 00 25 00 35 00 45 00 65 00 81 03 05 09 19 01 29 0f 15 00 25 01 75 01 95 0f 81 02 15 00 25 00 75 01 95 01 81 03 05 0c 0a 24 02 15 00 25 01 95 01 75 01 81 02 15 00 25 00 75 07 95 01 81 03 05 0c 09 01 85 02 a1 01 05 0c 0a 23 02 15 00 25 01 95 01 75 01 81 02 15 00 25 00 75 07 95 01 81 03 c0 05 0f 09 21 85 03 a1 02 09 97 15 00 25 01 75 04 95 01 91 02 15 00 25 00 75 04 95 01 91 03 09 70 15 00 25 64 75 08 95 04 91 02 09 50 66 01 10 55 0e 15 00 26 ff 00 75 08 95 01 91 02 09 a7 15 00 26 ff 00 75 08 95 01 91 02 65 00 55 00 09 7c 15 00 26 ff 00 75 08 95 01 91 02 c0 85 04 05 06 09 20 15 00 26 ff 00 75 08 95 01 81 02 c0 00

your decriptor is the one which is used for linux/android, but it is cropped to the size of the one which is used for windows (307 bytes instead of 335). the problem is therefore caused by your gamepad - I already saw the same problem once, it was solved after updating the firmware. can you give it a try?

from xpadneo.

CommunicationAnimale avatar CommunicationAnimale commented on July 17, 2024

I have bad news and good news: my controller now (sometimes) works correctly, the bad news is that I don't know why.

For my previous post, I used bluetoothctl to connect the controller and it displayed the usual error message. After that, I rebooted my controller because I wanted to connect it my laptop. Just after rebooting, it rumbled and I could use it on my retropie...

I rebooted my retropie one, it sill worked.

  • dmesg
[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 4.14.79-v7+ (dc4@dc4-XPS13-9333) (gcc version 4.9.3 (crosstool-NG crosstool-ng-1.22.0-88-g8460611)) #1159 SMP Sun Nov 4 17:50:20 GMT 2018
[    0.000000] CPU: ARMv7 Processor [410fd034] revision 4 (ARMv7), cr=10c5383d
[    0.000000] CPU: div instructions available: patching division code
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] OF: fdt: Machine model: Raspberry Pi 3 Model B Rev 1.2
[    0.000000] Memory policy: Data cache writealloc
[    0.000000] cma: Reserved 8 MiB at 0x2f800000
[    0.000000] On node 0 totalpages: 196608
[    0.000000] free_area_init_node: node 0, pgdat 80c85280, node_mem_map af134000
[    0.000000]   Normal zone: 1728 pages used for memmap
[    0.000000]   Normal zone: 0 pages reserved
[    0.000000]   Normal zone: 196608 pages, LIFO batch:31
[    0.000000] percpu: Embedded 17 pages/cpu @af0dd000 s38720 r8192 d22720 u69632
[    0.000000] pcpu-alloc: s38720 r8192 d22720 u69632 alloc=17*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 194880
[    0.000000] Kernel command line: 8250.nr_uarts=0 bcm2708_fb.fbwidth=1824 bcm2708_fb.fbheight=984 bcm2708_fb.fbswap=1 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  dwc_otg.lpm_enable=0 console=ttyS0,115200 console=tty1 root=PARTUUID=f2d3cb4f-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait loglevel=3 consoleblank=0 plymouth.enable=0
[    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Memory: 757532K/786432K available (7168K kernel code, 576K rwdata, 2076K rodata, 1024K init, 698K bss, 20708K reserved, 8192K cma-reserved)
[    0.000000] Virtual kernel memory layout:
                   vector  : 0xffff0000 - 0xffff1000   (   4 kB)
                   fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
                   vmalloc : 0xb0800000 - 0xff800000   (1264 MB)
                   lowmem  : 0x80000000 - 0xb0000000   ( 768 MB)
                   modules : 0x7f000000 - 0x80000000   (  16 MB)
                     .text : 0x80008000 - 0x80800000   (8160 kB)
                     .init : 0x80b00000 - 0x80c00000   (1024 kB)
                     .data : 0x80c00000 - 0x80c9017c   ( 577 kB)
                      .bss : 0x80c97f04 - 0x80d468b0   ( 699 kB)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] ftrace: allocating 25287 entries in 75 pages
[    0.000000] Hierarchical RCU implementation.
[    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[    0.000000] arch_timer: cp15 timer(s) running at 19.20MHz (phys).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
[    0.000007] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
[    0.000018] Switching to timer-based delay loop, resolution 52ns
[    0.000264] Console: colour dummy device 80x30
[    0.000281] console [tty1] enabled
[    0.000305] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
[    0.000320] pid_max: default: 32768 minimum: 301
[    0.000640] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.000655] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.001593] Disabling memory control group subsystem
[    0.001670] CPU: Testing write buffer coherency: ok
[    0.002083] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[    0.002484] Setting up static identity map for 0x100000 - 0x10003c
[    0.002605] Hierarchical SRCU implementation.
[    0.003280] smp: Bringing up secondary CPUs ...
[    0.004055] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[    0.004897] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
[    0.005721] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
[    0.005824] smp: Brought up 1 node, 4 CPUs
[    0.005835] SMP: Total of 4 processors activated (153.60 BogoMIPS).
[    0.005840] CPU: All CPU(s) started in HYP mode.
[    0.005845] CPU: Virtualization extensions available.
[    0.006735] devtmpfs: initialized
[    0.016940] random: get_random_u32 called from bucket_table_alloc+0xfc/0x24c with crng_init=0
[    0.017678] VFP support v0.3: implementor 41 architecture 3 part 40 variant 3 rev 4
[    0.017901] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.017918] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    0.018472] pinctrl core: initialized pinctrl subsystem
[    0.019216] NET: Registered protocol family 16
[    0.021933] DMA: preallocated 1024 KiB pool for atomic coherent allocations
[    0.026787] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[    0.026795] hw-breakpoint: maximum watchpoint size is 8 bytes.
[    0.027002] Serial: AMBA PL011 UART driver
[    0.028658] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
[    0.029119] uart-pl011 3f201000.serial: could not find pctldev for node /soc/gpio@7e200000/uart0_pins, deferring probe
[    0.060688] bcm2835-dma 3f007000.dma: DMA legacy API manager at b0813000, dmachans=0x1
[    0.062099] SCSI subsystem initialized
[    0.062326] usbcore: registered new interface driver usbfs
[    0.062378] usbcore: registered new interface driver hub
[    0.062461] usbcore: registered new device driver usb
[    0.070084] raspberrypi-firmware soc:firmware: Attached to firmware from 2018-11-04 16:31
[    0.071454] clocksource: Switched to clocksource arch_sys_counter
[    0.148457] VFS: Disk quotas dquot_6.6.0
[    0.148539] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.148724] FS-Cache: Loaded
[    0.148909] CacheFiles: Loaded
[    0.156850] NET: Registered protocol family 2
[    0.157572] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[    0.157682] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[    0.157867] TCP: Hash tables configured (established 8192 bind 8192)
[    0.157996] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    0.158041] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    0.158271] NET: Registered protocol family 1
[    0.158740] RPC: Registered named UNIX socket transport module.
[    0.158746] RPC: Registered udp transport module.
[    0.158751] RPC: Registered tcp transport module.
[    0.158756] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.160365] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 7 counters available
[    0.163118] workingset: timestamp_bits=14 max_order=18 bucket_order=4
[    0.171040] FS-Cache: Netfs 'nfs' registered for caching
[    0.171671] NFS: Registering the id_resolver key type
[    0.171701] Key type id_resolver registered
[    0.171707] Key type id_legacy registered
[    0.171722] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    0.173642] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
[    0.173773] io scheduler noop registered
[    0.173780] io scheduler deadline registered (default)
[    0.173947] io scheduler cfq registered
[    0.173954] io scheduler mq-deadline registered
[    0.173960] io scheduler kyber registered
[    0.176665] BCM2708FB: allocated DMA memory ef910000
[    0.176692] BCM2708FB: allocated DMA channel 0 @ b0813000
[    0.226716] Console: switching to colour frame buffer device 228x61
[    0.257041] bcm2835-rng 3f104000.rng: hwrng registered
[    0.257171] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)
[    0.257645] vc-sm: Videocore shared memory driver
[    0.257920] gpiomem-bcm2835 3f200000.gpiomem: Initialised: Registers at 0x3f200000
[    0.267524] brd: module loaded
[    0.276461] loop: module loaded
[    0.276473] Loading iSCSI transport class v2.0-870.
[    0.277171] libphy: Fixed MDIO Bus: probed
[    0.277275] usbcore: registered new interface driver lan78xx
[    0.277328] usbcore: registered new interface driver smsc95xx
[    0.277343] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[    0.305247] dwc_otg 3f980000.usb: base=0xf0980000
[    0.505495] Core Release: 2.80a
[    0.505504] Setting default values for core params
[    0.505537] Finished setting default values for core params
[    0.705783] Using Buffer DMA mode
[    0.705791] Periodic Transfer Interrupt Enhancement - disabled
[    0.705795] Multiprocessor Interrupt Enhancement - disabled
[    0.705802] OTG VER PARAM: 0, OTG VER FLAG: 0
[    0.705812] Dedicated Tx FIFOs mode
[    0.706193] WARN::dwc_otg_hcd_init:1046: FIQ DMA bounce buffers: virt = 0xaf904000 dma = 0xef904000 len=9024
[    0.706221] FIQ FSM acceleration enabled for :
               Non-periodic Split Transactions
               Periodic Split Transactions
               High-Speed Isochronous Endpoints
               Interrupt/Control Split Transaction hack enabled
[    0.706228] dwc_otg: Microframe scheduler enabled
[    0.706281] WARN::hcd_init_fiq:459: FIQ on core 1 at 0x805ea470
[    0.706293] WARN::hcd_init_fiq:460: FIQ ASM at 0x805ea7d8 length 36
[    0.706305] WARN::hcd_init_fiq:486: MPHI regs_base at 0xf0006000
[    0.706361] dwc_otg 3f980000.usb: DWC OTG Controller
[    0.706395] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1
[    0.706425] dwc_otg 3f980000.usb: irq 62, io mem 0x00000000
[    0.706473] Init: Port Power? op_state=1
[    0.706478] Init: Power Port (0)
[    0.706687] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    0.706697] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.706706] usb usb1: Product: DWC OTG Controller
[    0.706714] usb usb1: Manufacturer: Linux 4.14.79-v7+ dwc_otg_hcd
[    0.706723] usb usb1: SerialNumber: 3f980000.usb
[    0.707362] hub 1-0:1.0: USB hub found
[    0.707400] hub 1-0:1.0: 1 port detected
[    0.707911] dwc_otg: FIQ enabled
[    0.707916] dwc_otg: NAK holdoff enabled
[    0.707921] dwc_otg: FIQ split-transaction FSM enabled
[    0.707931] Module dwc_common_port init
[    0.708164] usbcore: registered new interface driver usb-storage
[    0.708329] mousedev: PS/2 mouse device common for all mice
[    0.708397] IR NEC protocol handler initialized
[    0.708402] IR RC5(x/sz) protocol handler initialized
[    0.708407] IR RC6 protocol handler initialized
[    0.708412] IR JVC protocol handler initialized
[    0.708417] IR Sony protocol handler initialized
[    0.708422] IR SANYO protocol handler initialized
[    0.708427] IR Sharp protocol handler initialized
[    0.708432] IR MCE Keyboard/mouse protocol handler initialized
[    0.708437] IR XMP protocol handler initialized
[    0.709095] bcm2835-wdt 3f100000.watchdog: Broadcom BCM2835 watchdog timer
[    0.709352] bcm2835-cpufreq: min=600000 max=1200000
[    0.709700] sdhci: Secure Digital Host Controller Interface driver
[    0.709705] sdhci: Copyright(c) Pierre Ossman
[    0.710059] sdhost-bcm2835 3f202000.mmc: could not get clk, deferring probe
[    0.710164] sdhci-pltfm: SDHCI platform and OF driver helper
[    0.711650] ledtrig-cpu: registered to indicate activity on CPUs
[    0.711837] hidraw: raw HID events driver (C) Jiri Kosina
[    0.711987] usbcore: registered new interface driver usbhid
[    0.711992] usbhid: USB HID core driver
[    0.712769] vchiq: vchiq_init_state: slot_zero = af980000, is_master = 0
[    0.714311] [vc_sm_connected_init]: start
[    0.724197] [vc_sm_connected_init]: end - returning 0
[    0.724822] Initializing XFRM netlink socket
[    0.724845] NET: Registered protocol family 17
[    0.724937] Key type dns_resolver registered
[    0.725435] Registering SWP/SWPB emulation handler
[    0.726000] registered taskstats version 1
[    0.731939] uart-pl011 3f201000.serial: cts_event_workaround enabled
[    0.732014] 3f201000.serial: ttyAMA0 at MMIO 0x3f201000 (irq = 87, base_baud = 0) is a PL011 rev2
[    0.733803] sdhost: log_buf @ af907000 (ef907000)
[    0.811484] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
[    0.812554] of_cfs_init
[    0.812704] of_cfs_init: OK
[    0.813286] Waiting for root device PARTUUID=f2d3cb4f-02...
[    0.921561] Indeed it is in host mode hprt0 = 00021501
[    0.992795] mmc0: host does not support reading read-only switch, assuming write-enable
[    0.995977] mmc0: new high speed SDHC card at address aaaa
[    0.996461] mmcblk0: mmc0:aaaa SL16G 14.8 GiB
[    0.998906]  mmcblk0: p1 p2
[    1.010973] random: fast init done
[    1.035896] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[    1.035948] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
[    1.036662] devtmpfs: mounted
[    1.040064] Freeing unused kernel memory: 1024K
[    1.131497] usb 1-1: new high-speed USB device number 2 using dwc_otg
[    1.131644] Indeed it is in host mode hprt0 = 00001101
[    1.371855] usb 1-1: New USB device found, idVendor=0424, idProduct=9514
[    1.371880] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.372561] hub 1-1:1.0: USB hub found
[    1.372650] hub 1-1:1.0: 5 ports detected
[    1.516592] systemd[1]: System time before build time, advancing clock.
[    1.646583] NET: Registered protocol family 10
[    1.647693] Segment Routing with IPv6
[    1.660697] ip_tables: (C) 2000-2006 Netfilter Core Team
[    1.678865] random: systemd: uninitialized urandom read (16 bytes read)
[    1.684705] systemd[1]: systemd 232 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
[    1.685299] systemd[1]: Detected architecture arm.
[    1.691506] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
[    1.694351] systemd[1]: Set hostname to <retropie>.
[    1.728376] random: systemd: uninitialized urandom read (16 bytes read)
[    1.747942] random: systemd-cryptse: uninitialized urandom read (16 bytes read)
[    1.821854] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
[    1.821869] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.824592] smsc95xx v1.0.6
[    1.915336] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-3f980000.usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:3a:91:3a
[    2.223476] systemd[1]: Listening on Syslog Socket.
[    2.225106] systemd[1]: Created slice System Slice.
[    2.225779] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[    2.226490] systemd[1]: Listening on udev Control Socket.
[    2.227423] systemd[1]: Created slice User and Session Slice.
[    2.227943] systemd[1]: Reached target Slices.
[    2.250653] systemd[1]: Mounting RPC Pipe File System...
[    2.888675] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
[    3.004996] systemd-journald[86]: Received request to flush runtime journal from PID 1
[    3.623655] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned.
[    3.626823] bcm2835_alsa bcm2835_alsa: card created with 8 channels
[    4.716165] uart-pl011 3f201000.serial: no DMA platform data
[    5.018269] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
[    5.018905] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[    5.159242] Adding 102396k swap on /var/swap.  Priority:-2 extents:2 across:161788k SSFS
[    6.549580] smsc95xx 1-1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0xC5E1
[    6.550590] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[    9.211445] Bluetooth: Core ver 2.22
[    9.211604] NET: Registered protocol family 31
[    9.211612] Bluetooth: HCI device and connection manager initialized
[    9.211635] Bluetooth: HCI socket layer initialized
[    9.211648] Bluetooth: L2CAP socket layer initialized
[    9.211684] Bluetooth: SCO socket layer initialized
[    9.226281] Bluetooth: HCI UART driver ver 2.3
[    9.226295] Bluetooth: HCI UART protocol H4 registered
[    9.226301] Bluetooth: HCI UART protocol Three-wire (H5) registered
[    9.226499] Bluetooth: HCI UART protocol Broadcom registered
[    9.422450] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    9.422460] Bluetooth: BNEP filters: protocol multicast
[    9.422475] Bluetooth: BNEP socket layer initialized
[   11.734393] random: crng init done
[   11.734402] random: 7 urandom warning(s) missed due to ratelimiting
[   13.450566] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[   13.450587] Bluetooth: HIDP socket layer initialized
[   13.453573] hid-generic 0005:045E:02E0.0001: unknown main item tag 0x0
[   13.454049] input: Xbox Wireless Controller as /devices/platform/soc/3f201000.serial/tty/ttyAMA0/hci0/hci0:11/0005:045E:02E0.0001/input/input0
[   13.455842] hid-generic 0005:045E:02E0.0001: input,hidraw0: BLUETOOTH HID v9.03 Gamepad [Xbox Wireless Controller] on b8:27:eb:90:3b:90
[   13.464932] hid_xpadneo: loading out-of-tree module taints kernel.
[   13.465904] xpadneo: hello there!
[   13.602982] xpadneo 0005:045E:02E0.0001: probing device: Xbox Wireless Controller
[   13.603007] xpadneo 0005:045E:02E0.0001: REPORT (DESCRIPTOR) FIXUP HOOK
[   13.603020] xpadneo: report-descr: 05 01 09 05 a1 01 85 01 09 01 a1 00 09 30 09 31 15 00 27 ff ff 00 00 95 02 75 10 81 02 c0 09 01
[   13.603027] xpadneo: report-descr: a1 00 09 33 09 34 15 00 27 ff ff 00 00 95 02 75 10 81 02 c0 05 01 09 32 15 00 26 ff 03 95 01 75
[   13.603035] xpadneo: report-descr: 0a 81 02 15 00 25 00 75 06 95 01 81 03 05 01 09 35 15 00 26 ff 03 95 01 75 0a 81 02 15 00 25 00
[   13.603042] xpadneo: report-descr: 75 06 95 01 81 03 05 01 09 39 15 01 25 08 35 00 46 3b 01 66 14 00 75 04 95 01 81 42 75 04 95 01
[   13.603049] xpadneo: report-descr: 15 00 25 00 35 00 45 00 65 00 81 03 05 09 19 01 29 0a 15 00 25 01 75 01 95 0a 81 02 15 00 25 00
[   13.603056] xpadneo: report-descr: 75 06 95 01 81 03 05 01 09 80 85 02 a1 00 09 85 15 00 25 01 95 01 75 01 81 02 15 00 25 00 75 07
[   13.603065] xpadneo: report-descr: 95 01 81 03 c0 05 0f 09 21 85 03 a1 02 09 97 15 00 25 01 75 04 95 01 91 02 15 00 25 00 75 04 95
[   13.603071] xpadneo: report-descr: 01 91 03 09 70 15 00 25 64 75 08 95 04 91 02 09 50 66 01 10 55 0e 15 00 26 ff 00 75 08 95 01 91
[   13.603079] xpadneo: report-descr: 02 09 a7 15 00 26 ff 00 75 08 95 01 91 02 65 00 55 00 09 7c 15 00 26 ff 00 75 08 95 01 91 02 c0
[   13.603085] xpadneo: report-descr: 85 04 05 06 09 20 15 00 26 ff 00 75 08 95 01 81 02 c0 00
[   13.604827] xpadneo 0005:045E:02E0.0001: unknown main item tag 0x0
[   13.604913] xpadneo 0005:045E:02E0.0001: driver:
[   13.604922] xpadneo 0005:045E:02E0.0001: * version: 0.5.0
[   13.604930] xpadneo 0005:045E:02E0.0001: hdev:
[   13.604938] xpadneo 0005:045E:02E0.0001: * raw rdesc: (unfixed, see above)
[   13.604948] xpadneo 0005:045E:02E0.0001: * raw rsize: 307
[   13.604957] xpadneo 0005:045E:02E0.0001: * bus: 0x0005
[   13.604966] xpadneo 0005:045E:02E0.0001: * report group: 1
[   13.604976] xpadneo 0005:045E:02E0.0001: * vendor: 0x0000045E
[   13.604984] xpadneo 0005:045E:02E0.0001: * version: 0x00000903
[   13.604992] xpadneo 0005:045E:02E0.0001: * product: 0x000002E0
[   13.605000] xpadneo 0005:045E:02E0.0001: * country: 33
[   13.605010] xpadneo 0005:045E:02E0.0001: * driverdata: 0
[   13.605022] xpadneo 0005:045E:02E0.0001: * serial: 3a:61:61:3a:63:39
[   13.605030] xpadneo 0005:045E:02E0.0001: * physical location: 3a:37:32:3a:38:62
[   13.605061] xpadneo 0005:045E:02E0.0001: UP: 0x10000, USG: 0x0030 -> EV: 0x003, INP: 0x000
[   13.605079] xpadneo 0005:045E:02E0.0001: UP: 0x10000, USG: 0x0031 -> EV: 0x003, INP: 0x001
[   13.605092] xpadneo 0005:045E:02E0.0001: UP: 0x10000, USG: 0x0033 -> EV: 0x003, INP: 0x003
[   13.605103] xpadneo 0005:045E:02E0.0001: UP: 0x10000, USG: 0x0034 -> EV: 0x003, INP: 0x004
[   13.605114] xpadneo 0005:045E:02E0.0001: UP: 0x10000, USG: 0x0032 -> EV: 0x003, INP: 0x002
[   13.605126] xpadneo 0005:045E:02E0.0001: UP: 0x10000, USG: 0x0035 -> EV: 0x003, INP: 0x005
[   13.605136] xpadneo 0005:045E:02E0.0001: UP: 0x10000, USG: 0x0039 -> automatically
[   13.605149] xpadneo 0005:045E:02E0.0001: UP: 0x90000, USG: 0x0001 -> EV: 0x001, INP: 0x130
[   13.605161] xpadneo 0005:045E:02E0.0001: UP: 0x90000, USG: 0x0002 -> EV: 0x001, INP: 0x131
[   13.605171] xpadneo 0005:045E:02E0.0001: UP: 0x90000, USG: 0x0003 -> EV: 0x001, INP: 0x133
[   13.605183] xpadneo 0005:045E:02E0.0001: UP: 0x90000, USG: 0x0004 -> EV: 0x001, INP: 0x134
[   13.605194] xpadneo 0005:045E:02E0.0001: UP: 0x90000, USG: 0x0005 -> EV: 0x001, INP: 0x136
[   13.605205] xpadneo 0005:045E:02E0.0001: UP: 0x90000, USG: 0x0006 -> EV: 0x001, INP: 0x137
[   13.605216] xpadneo 0005:045E:02E0.0001: UP: 0x90000, USG: 0x0007 -> EV: 0x001, INP: 0x13A
[   13.605228] xpadneo 0005:045E:02E0.0001: UP: 0x90000, USG: 0x0008 -> EV: 0x001, INP: 0x13B
[   13.605238] xpadneo 0005:045E:02E0.0001: UP: 0x90000, USG: 0x0009 -> EV: 0x001, INP: 0x13D
[   13.605249] xpadneo 0005:045E:02E0.0001: UP: 0x90000, USG: 0x000A -> EV: 0x001, INP: 0x13E
[   13.605260] xpadneo 0005:045E:02E0.0001: UP: 0x10000, USG: 0x0085 -> EV: 0x001, INP: 0x13C
[   13.605271] xpadneo 0005:045E:02E0.0001: UP: 0x60000, USG: 0x0020 -> ignored
[   13.605281] xpadneo 0005:045E:02E0.0001: INPUT CONFIGURED HOOK
[   13.605290] xpadneo 0005:045E:02E0.0001: Fake device version: 0x1130
[   13.605600] input: Xbox Wireless Controller as /devices/platform/soc/3f201000.serial/tty/ttyAMA0/hci0/hci0:11/0005:045E:02E0.0001/input/input1
[   13.605881] xpadneo 0005:045E:02E0.0001: input,hidraw0: BLUETOOTH HID v9.03 Gamepad [Xbox Wireless Controller] on b8:27:eb:90:3b:90
[   14.596325] xpadneo 0005:045E:02E0.0001: battery registered
[   21.266466] xpadneo: raw_event: 01 b0 87 28 82 fe 78 55 90 00 00 00 00 03 00 00
[   21.266497] xpadneo 0005:045E:02E0.0001: desc: windows, beh: windows
[   21.266527] xpadneo 0005:045E:02E0.0001: hid-up: 10000, hid-usg: 30, input-code: 00, value: 87b0
[   21.266542] xpadneo 0005:045E:02E0.0001: shifted axis 00, old value: 34736, new value: 1968
[   21.266581] xpadneo 0005:045E:02E0.0001: hid-up: 10000, hid-usg: 31, input-code: 01, value: 8228
[   21.266592] xpadneo 0005:045E:02E0.0001: shifted axis 01, old value: 33320, new value: 552
[   21.266614] xpadneo 0005:045E:02E0.0001: hid-up: 10000, hid-usg: 33, input-code: 03, value: 78fe
[   21.266625] xpadneo 0005:045E:02E0.0001: shifted axis 03, old value: 30974, new value: -1794
[   21.266641] xpadneo 0005:045E:02E0.0001: hid-up: 10000, hid-usg: 34, input-code: 04, value: 9055
[   21.266652] xpadneo 0005:045E:02E0.0001: shifted axis 04, old value: 36949, new value: 4181
[   21.266668] xpadneo 0005:045E:02E0.0001: hid-up: 10000, hid-usg: 32, input-code: 02, value: 00
[   21.266683] xpadneo 0005:045E:02E0.0001: hid-up: 10000, hid-usg: 35, input-code: 05, value: 00
[   21.266696] xpadneo 0005:045E:02E0.0001: hid-up: 10000, hid-usg: 39, input-code: 10, value: 03
[   21.266713] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 01, input-code: 130, value: 00
[   21.266726] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 02, input-code: 131, value: 00
[   21.266739] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 03, input-code: 133, value: 00
[   21.266749] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 04, input-code: 134, value: 00
[   21.266761] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 05, input-code: 136, value: 00
[   21.266772] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 06, input-code: 137, value: 00
[   21.266784] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 07, input-code: 13a, value: 00
[   21.266795] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 08, input-code: 13b, value: 00
[   21.266805] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 09, input-code: 13d, value: 00
[   21.266816] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 0a, input-code: 13e, value: 00
[   21.266828] xpadneo 0005:045E:02E0.0001: REPORT HOOK
[   21.277175] xpadneo: raw_event: 01 b0 87 28 82 fe 78 55 90 00 00 00 00 03 00 00
[   21.277209] xpadneo 0005:045E:02E0.0001: desc: windows, beh: windows
[   21.277235] xpadneo 0005:045E:02E0.0001: hid-up: 10000, hid-usg: 30, input-code: 00, value: 87b0
[   21.277248] xpadneo 0005:045E:02E0.0001: shifted axis 00, old value: 34736, new value: 1968
[   21.277264] xpadneo 0005:045E:02E0.0001: hid-up: 10000, hid-usg: 31, input-code: 01, value: 8228
[   21.277275] xpadneo 0005:045E:02E0.0001: shifted axis 01, old value: 33320, new value: 552
[   21.277289] xpadneo 0005:045E:02E0.0001: hid-up: 10000, hid-usg: 33, input-code: 03, value: 78fe
[   21.277299] xpadneo 0005:045E:02E0.0001: shifted axis 03, old value: 30974, new value: -1794
[   21.277311] xpadneo 0005:045E:02E0.0001: hid-up: 10000, hid-usg: 34, input-code: 04, value: 9055
[   21.277321] xpadneo 0005:045E:02E0.0001: shifted axis 04, old value: 36949, new value: 4181
[   21.277337] xpadneo 0005:045E:02E0.0001: hid-up: 10000, hid-usg: 32, input-code: 02, value: 00
[   21.277352] xpadneo 0005:045E:02E0.0001: hid-up: 10000, hid-usg: 35, input-code: 05, value: 00
[   21.277365] xpadneo 0005:045E:02E0.0001: hid-up: 10000, hid-usg: 39, input-code: 10, value: 03
[   21.277380] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 01, input-code: 130, value: 00
[   21.277392] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 02, input-code: 131, value: 00
[   21.277404] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 03, input-code: 133, value: 00
[   21.277415] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 04, input-code: 134, value: 00
[   21.277426] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 05, input-code: 136, value: 00
[   21.277437] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 06, input-code: 137, value: 00
[   21.277449] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 07, input-code: 13a, value: 00
[   21.277461] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 08, input-code: 13b, value: 00
[   21.277472] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 09, input-code: 13d, value: 00
[   21.277483] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 0a, input-code: 13e, value: 00
[   21.277492] xpadneo 0005:045E:02E0.0001: REPORT HOOK
[   21.281581] xpadneo: raw_event: 01 b0 87 28 82 fe 78 55 90 00 00 00 00 03 00 00
[   21.281615] xpadneo 0005:045E:02E0.0001: desc: windows, beh: windows
[   21.281642] xpadneo 0005:045E:02E0.0001: hid-up: 10000, hid-usg: 30, input-code: 00, value: 87b0
[   21.281660] xpadneo 0005:045E:02E0.0001: shifted axis 00, old value: 34736, new value: 1968
[   21.281678] xpadneo 0005:045E:02E0.0001: hid-up: 10000, hid-usg: 31, input-code: 01, value: 8228
[   21.281694] xpadneo 0005:045E:02E0.0001: shifted axis 01, old value: 33320, new value: 552
[   21.281721] xpadneo 0005:045E:02E0.0001: hid-up: 10000, hid-usg: 33, input-code: 03, value: 78fe
[   21.281736] xpadneo 0005:045E:02E0.0001: shifted axis 03, old value: 30974, new value: -1794
[   21.281754] xpadneo 0005:045E:02E0.0001: hid-up: 10000, hid-usg: 34, input-code: 04, value: 9055
[   21.281770] xpadneo 0005:045E:02E0.0001: shifted axis 04, old value: 36949, new value: 4181
[   21.281787] xpadneo 0005:045E:02E0.0001: hid-up: 10000, hid-usg: 32, input-code: 02, value: 00
[   21.281806] xpadneo 0005:045E:02E0.0001: hid-up: 10000, hid-usg: 35, input-code: 05, value: 00
[   21.281823] xpadneo 0005:045E:02E0.0001: hid-up: 10000, hid-usg: 39, input-code: 10, value: 03
[   21.281841] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 01, input-code: 130, value: 00
[   21.281857] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 02, input-code: 131, value: 00
[   21.281873] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 03, input-code: 133, value: 00
[   21.281889] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 04, input-code: 134, value: 00
[   21.281906] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 05, input-code: 136, value: 00
[   21.281924] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 06, input-code: 137, value: 00
[   21.281940] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 07, input-code: 13a, value: 00
[   21.281955] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 08, input-code: 13b, value: 00
[   21.281965] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 09, input-code: 13d, value: 00
[   21.281976] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 0a, input-code: 13e, value: 00
[   21.281987] xpadneo 0005:045E:02E0.0001: REPORT HOOK
[   21.393914] xpadneo: raw_event: 01 b0 87 28 82 fe 78 55 90 00 00 00 00 00 00 00
[   21.393934] xpadneo 0005:045E:02E0.0001: desc: windows, beh: windows
[   21.393959] xpadneo 0005:045E:02E0.0001: hid-up: 10000, hid-usg: 30, input-code: 00, value: 87b0
[   21.393975] xpadneo 0005:045E:02E0.0001: shifted axis 00, old value: 34736, new value: 1968
[   21.393986] xpadneo 0005:045E:02E0.0001: hid-up: 10000, hid-usg: 31, input-code: 01, value: 8228
[   21.393991] xpadneo 0005:045E:02E0.0001: shifted axis 01, old value: 33320, new value: 552
[   21.393999] xpadneo 0005:045E:02E0.0001: hid-up: 10000, hid-usg: 33, input-code: 03, value: 78fe
[   21.394004] xpadneo 0005:045E:02E0.0001: shifted axis 03, old value: 30974, new value: -1794
[   21.394010] xpadneo 0005:045E:02E0.0001: hid-up: 10000, hid-usg: 34, input-code: 04, value: 9055
[   21.394015] xpadneo 0005:045E:02E0.0001: shifted axis 04, old value: 36949, new value: 4181
[   21.394023] xpadneo 0005:045E:02E0.0001: hid-up: 10000, hid-usg: 32, input-code: 02, value: 00
[   21.394031] xpadneo 0005:045E:02E0.0001: hid-up: 10000, hid-usg: 35, input-code: 05, value: 00
[   21.394038] xpadneo 0005:045E:02E0.0001: hid-up: 10000, hid-usg: 39, input-code: 10, value: 00
[   21.394054] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 01, input-code: 130, value: 00
[   21.394061] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 02, input-code: 131, value: 00
[   21.394066] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 03, input-code: 133, value: 00
[   21.394072] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 04, input-code: 134, value: 00
[   21.394078] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 05, input-code: 136, value: 00
[   21.394084] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 06, input-code: 137, value: 00
[   21.394089] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 07, input-code: 13a, value: 00
[   21.394095] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 08, input-code: 13b, value: 00
[   21.394102] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 09, input-code: 13d, value: 00
[   21.394107] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 0a, input-code: 13e, value: 00
[   21.394112] xpadneo 0005:045E:02E0.0001: REPORT HOOK
[   21.401387] xpadneo: raw_event: 01 b0 87 28 82 fe 78 55 90 00 00 00 00 00 00 00
[   21.401393] xpadneo 0005:045E:02E0.0001: desc: windows, beh: windows
[   21.401400] xpadneo 0005:045E:02E0.0001: hid-up: 10000, hid-usg: 30, input-code: 00, value: 87b0
[   21.401406] xpadneo 0005:045E:02E0.0001: shifted axis 00, old value: 34736, new value: 1968
[   21.401413] xpadneo 0005:045E:02E0.0001: hid-up: 10000, hid-usg: 31, input-code: 01, value: 8228
[   21.401418] xpadneo 0005:045E:02E0.0001: shifted axis 01, old value: 33320, new value: 552
[   21.401424] xpadneo 0005:045E:02E0.0001: hid-up: 10000, hid-usg: 33, input-code: 03, value: 78fe
[   21.401429] xpadneo 0005:045E:02E0.0001: shifted axis 03, old value: 30974, new value: -1794
[   21.401436] xpadneo 0005:045E:02E0.0001: hid-up: 10000, hid-usg: 34, input-code: 04, value: 9055
[   21.401492] xpadneo 0005:045E:02E0.0001: shifted axis 04, old value: 36949, new value: 4181
[   21.401501] xpadneo 0005:045E:02E0.0001: hid-up: 10000, hid-usg: 32, input-code: 02, value: 00
[   21.401511] xpadneo 0005:045E:02E0.0001: hid-up: 10000, hid-usg: 35, input-code: 05, value: 00
[   21.401519] xpadneo 0005:045E:02E0.0001: hid-up: 10000, hid-usg: 39, input-code: 10, value: 00
[   21.401529] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 01, input-code: 130, value: 00
[   21.401537] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 02, input-code: 131, value: 00
[   21.401546] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 03, input-code: 133, value: 00
[   21.401555] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 04, input-code: 134, value: 00
[   21.401563] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 05, input-code: 136, value: 00
[   21.401573] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 06, input-code: 137, value: 00
[   21.401583] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 07, input-code: 13a, value: 00
[   21.401591] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 08, input-code: 13b, value: 00
[   21.401600] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 09, input-code: 13d, value: 00
[   21.401608] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 0a, input-code: 13e, value: 00
[   21.401616] xpadneo 0005:045E:02E0.0001: REPORT HOOK
[   21.408898] xpadneo: raw_event: 01 b0 87 28 82 fe 78 55 90 00 00 00 00 00 00 00
[   21.408915] xpadneo 0005:045E:02E0.0001: desc: windows, beh: windows
[   21.408927] xpadneo 0005:045E:02E0.0001: hid-up: 10000, hid-usg: 30, input-code: 00, value: 87b0
[   21.408933] xpadneo 0005:045E:02E0.0001: shifted axis 00, old value: 34736, new value: 1968
[   21.408944] xpadneo 0005:045E:02E0.0001: hid-up: 10000, hid-usg: 31, input-code: 01, value: 8228
[   21.408949] xpadneo 0005:045E:02E0.0001: shifted axis 01, old value: 33320, new value: 552
[   21.408956] xpadneo 0005:045E:02E0.0001: hid-up: 10000, hid-usg: 33, input-code: 03, value: 78fe
[   21.408961] xpadneo 0005:045E:02E0.0001: shifted axis 03, old value: 30974, new value: -1794
[   21.408967] xpadneo 0005:045E:02E0.0001: hid-up: 10000, hid-usg: 34, input-code: 04, value: 9055
[   21.408972] xpadneo 0005:045E:02E0.0001: shifted axis 04, old value: 36949, new value: 4181
[   21.408979] xpadneo 0005:045E:02E0.0001: hid-up: 10000, hid-usg: 32, input-code: 02, value: 00
[   21.408986] xpadneo 0005:045E:02E0.0001: hid-up: 10000, hid-usg: 35, input-code: 05, value: 00
[   21.408992] xpadneo 0005:045E:02E0.0001: hid-up: 10000, hid-usg: 39, input-code: 10, value: 00
[   21.409000] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 01, input-code: 130, value: 00
[   21.409005] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 02, input-code: 131, value: 00
[   21.409011] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 03, input-code: 133, value: 00
[   21.409016] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 04, input-code: 134, value: 00
[   21.409022] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 05, input-code: 136, value: 00
[   21.409027] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 06, input-code: 137, value: 00
[   21.409033] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 07, input-code: 13a, value: 00
[   21.409038] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 08, input-code: 13b, value: 00
[   21.409044] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 09, input-code: 13d, value: 00
[   21.409049] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 0a, input-code: 13e, value: 00
[   21.409054] xpadneo 0005:045E:02E0.0001: REPORT HOOK
[   21.846422] xpadneo: raw_event: 01 b0 87 28 82 fe 78 55 90 00 00 00 00 07 00 00
[   21.846446] xpadneo 0005:045E:02E0.0001: desc: windows, beh: windows
[   21.846466] xpadneo 0005:045E:02E0.0001: hid-up: 10000, hid-usg: 30, input-code: 00, value: 87b0
[   21.846476] xpadneo 0005:045E:02E0.0001: shifted axis 00, old value: 34736, new value: 1968
[   21.846484] xpadneo 0005:045E:02E0.0001: hid-up: 10000, hid-usg: 31, input-code: 01, value: 8228
[   21.846490] xpadneo 0005:045E:02E0.0001: shifted axis 01, old value: 33320, new value: 552
[   21.846498] xpadneo 0005:045E:02E0.0001: hid-up: 10000, hid-usg: 33, input-code: 03, value: 78fe
[   21.846504] xpadneo 0005:045E:02E0.0001: shifted axis 03, old value: 30974, new value: -1794
[   21.846510] xpadneo 0005:045E:02E0.0001: hid-up: 10000, hid-usg: 34, input-code: 04, value: 9055
[   21.846516] xpadneo 0005:045E:02E0.0001: shifted axis 04, old value: 36949, new value: 4181
[   21.846523] xpadneo 0005:045E:02E0.0001: hid-up: 10000, hid-usg: 32, input-code: 02, value: 00
[   21.846531] xpadneo 0005:045E:02E0.0001: hid-up: 10000, hid-usg: 35, input-code: 05, value: 00
[   21.846538] xpadneo 0005:045E:02E0.0001: hid-up: 10000, hid-usg: 39, input-code: 10, value: 07
[   21.846549] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 01, input-code: 130, value: 00
[   21.846555] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 02, input-code: 131, value: 00
[   21.846562] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 03, input-code: 133, value: 00
[   21.846567] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 04, input-code: 134, value: 00
[   21.846572] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 05, input-code: 136, value: 00
[   21.846580] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 06, input-code: 137, value: 00
[   21.846586] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 07, input-code: 13a, value: 00
[   21.846592] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 08, input-code: 13b, value: 00
[   21.846597] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 09, input-code: 13d, value: 00
[   21.846602] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 0a, input-code: 13e, value: 00
[   21.846609] xpadneo 0005:045E:02E0.0001: REPORT HOOK
[   21.853929] xpadneo: raw_event: 01 b0 87 28 82 fe 78 55 90 00 00 00 00 07 00 00
[   21.853946] xpadneo 0005:045E:02E0.0001: desc: windows, beh: windows
[   21.853964] xpadneo 0005:045E:02E0.0001: hid-up: 10000, hid-usg: 30, input-code: 00, value: 87b0
[   21.853970] xpadneo 0005:045E:02E0.0001: shifted axis 00, old value: 34736, new value: 1968
[   21.853980] xpadneo 0005:045E:02E0.0001: hid-up: 10000, hid-usg: 31, input-code: 01, value: 8228
[   21.853985] xpadneo 0005:045E:02E0.0001: shifted axis 01, old value: 33320, new value: 552
[   21.853993] xpadneo 0005:045E:02E0.0001: hid-up: 10000, hid-usg: 33, input-code: 03, value: 78fe
[   21.853998] xpadneo 0005:045E:02E0.0001: shifted axis 03, old value: 30974, new value: -1794
[   21.854004] xpadneo 0005:045E:02E0.0001: hid-up: 10000, hid-usg: 34, input-code: 04, value: 9055
[   21.854009] xpadneo 0005:045E:02E0.0001: shifted axis 04, old value: 36949, new value: 4181
[   21.854017] xpadneo 0005:045E:02E0.0001: hid-up: 10000, hid-usg: 32, input-code: 02, value: 00
[   21.854024] xpadneo 0005:045E:02E0.0001: hid-up: 10000, hid-usg: 35, input-code: 05, value: 00
[   21.854031] xpadneo 0005:045E:02E0.0001: hid-up: 10000, hid-usg: 39, input-code: 10, value: 07
[   21.854039] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 01, input-code: 130, value: 00
[   21.854046] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 02, input-code: 131, value: 00
[   21.854051] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 03, input-code: 133, value: 00
[   21.854057] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 04, input-code: 134, value: 00
[   21.854063] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 05, input-code: 136, value: 00
[   21.854068] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 06, input-code: 137, value: 00
[   21.854074] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 07, input-code: 13a, value: 00
[   21.854081] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 08, input-code: 13b, value: 00
[   21.854087] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 09, input-code: 13d, value: 00
[   21.854092] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 0a, input-code: 13e, value: 00
[   21.854097] xpadneo 0005:045E:02E0.0001: REPORT HOOK
[   21.861430] xpadneo: raw_event: 01 b0 87 28 82 fe 78 55 90 00 00 00 00 07 00 00
[   21.861533] xpadneo 0005:045E:02E0.0001: desc: windows, beh: windows
[   21.861551] xpadneo 0005:045E:02E0.0001: hid-up: 10000, hid-usg: 30, input-code: 00, value: 87b0
[   21.861562] xpadneo 0005:045E:02E0.0001: shifted axis 00, old value: 34736, new value: 1968
[   21.861579] xpadneo 0005:045E:02E0.0001: hid-up: 10000, hid-usg: 31, input-code: 01, value: 8228
[   21.861590] xpadneo 0005:045E:02E0.0001: shifted axis 01, old value: 33320, new value: 552
[   21.861601] xpadneo 0005:045E:02E0.0001: hid-up: 10000, hid-usg: 33, input-code: 03, value: 78fe
[   21.861611] xpadneo 0005:045E:02E0.0001: shifted axis 03, old value: 30974, new value: -1794
[   21.861627] xpadneo 0005:045E:02E0.0001: hid-up: 10000, hid-usg: 34, input-code: 04, value: 9055
[   21.861635] xpadneo 0005:045E:02E0.0001: shifted axis 04, old value: 36949, new value: 4181
[   21.861644] xpadneo 0005:045E:02E0.0001: hid-up: 10000, hid-usg: 32, input-code: 02, value: 00
[   21.861657] xpadneo 0005:045E:02E0.0001: hid-up: 10000, hid-usg: 35, input-code: 05, value: 00
[   21.861665] xpadneo 0005:045E:02E0.0001: hid-up: 10000, hid-usg: 39, input-code: 10, value: 07
[   21.861676] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 01, input-code: 130, value: 00
[   21.861681] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 02, input-code: 131, value: 00
[   21.861688] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 03, input-code: 133, value: 00
[   21.861694] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 04, input-code: 134, value: 00
[   21.861699] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 05, input-code: 136, value: 00
[   21.861710] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 06, input-code: 137, value: 00
[   21.861717] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 07, input-code: 13a, value: 00
[   21.861722] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 08, input-code: 13b, value: 00
[   21.861728] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 09, input-code: 13d, value: 00
[   21.861734] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 0a, input-code: 13e, value: 00
[   21.861740] xpadneo 0005:045E:02E0.0001: REPORT HOOK
[   21.960185] xpadneo: raw_event: 01 b0 87 28 82 fe 78 55 90 00 00 00 00 00 00 00
[   21.960208] xpadneo 0005:045E:02E0.0001: desc: windows, beh: windows
[   21.960239] xpadneo 0005:045E:02E0.0001: hid-up: 10000, hid-usg: 30, input-code: 00, value: 87b0
[   21.960247] xpadneo 0005:045E:02E0.0001: shifted axis 00, old value: 34736, new value: 1968
[   21.960259] xpadneo 0005:045E:02E0.0001: hid-up: 10000, hid-usg: 31, input-code: 01, value: 8228
[   21.960265] xpadneo 0005:045E:02E0.0001: shifted axis 01, old value: 33320, new value: 552
[   21.960273] xpadneo 0005:045E:02E0.0001: hid-up: 10000, hid-usg: 33, input-code: 03, value: 78fe
[   21.960280] xpadneo 0005:045E:02E0.0001: shifted axis 03, old value: 30974, new value: -1794
[   21.960287] xpadneo 0005:045E:02E0.0001: hid-up: 10000, hid-usg: 34, input-code: 04, value: 9055
[   21.960293] xpadneo 0005:045E:02E0.0001: shifted axis 04, old value: 36949, new value: 4181
[   21.960301] xpadneo 0005:045E:02E0.0001: hid-up: 10000, hid-usg: 32, input-code: 02, value: 00
[   21.960308] xpadneo 0005:045E:02E0.0001: hid-up: 10000, hid-usg: 35, input-code: 05, value: 00
[   21.960316] xpadneo 0005:045E:02E0.0001: hid-up: 10000, hid-usg: 39, input-code: 10, value: 00
[   21.960329] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 01, input-code: 130, value: 00
[   21.960335] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 02, input-code: 131, value: 00
[   21.960341] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 03, input-code: 133, value: 00
[   21.960346] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 04, input-code: 134, value: 00
[   21.960353] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 05, input-code: 136, value: 00
[   21.960359] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 06, input-code: 137, value: 00
[   21.960365] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 07, input-code: 13a, value: 00
[   21.960371] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 08, input-code: 13b, value: 00
[   21.960376] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 09, input-code: 13d, value: 00
[   21.960383] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 0a, input-code: 13e, value: 00
[   21.960388] xpadneo 0005:045E:02E0.0001: REPORT HOOK
[   21.967669] xpadneo: raw_event: 01 b0 87 28 82 fe 78 55 90 00 00 00 00 00 00 00
[   21.967691] xpadneo 0005:045E:02E0.0001: desc: windows, beh: windows
[   21.967705] xpadneo 0005:045E:02E0.0001: hid-up: 10000, hid-usg: 30, input-code: 00, value: 87b0
[   21.967711] xpadneo 0005:045E:02E0.0001: shifted axis 00, old value: 34736, new value: 1968
[   21.967720] xpadneo 0005:045E:02E0.0001: hid-up: 10000, hid-usg: 31, input-code: 01, value: 8228
[   21.967725] xpadneo 0005:045E:02E0.0001: shifted axis 01, old value: 33320, new value: 552
[   21.967732] xpadneo 0005:045E:02E0.0001: hid-up: 10000, hid-usg: 33, input-code: 03, value: 78fe
[   21.967737] xpadneo 0005:045E:02E0.0001: shifted axis 03, old value: 30974, new value: -1794
[   21.967743] xpadneo 0005:045E:02E0.0001: hid-up: 10000, hid-usg: 34, input-code: 04, value: 9055
[   21.967748] xpadneo 0005:045E:02E0.0001: shifted axis 04, old value: 36949, new value: 4181
[   21.967755] xpadneo 0005:045E:02E0.0001: hid-up: 10000, hid-usg: 32, input-code: 02, value: 00
[   21.967766] xpadneo 0005:045E:02E0.0001: hid-up: 10000, hid-usg: 35, input-code: 05, value: 00
[   21.967772] xpadneo 0005:045E:02E0.0001: hid-up: 10000, hid-usg: 39, input-code: 10, value: 00
[   21.967783] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 01, input-code: 130, value: 00
[   21.967789] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 02, input-code: 131, value: 00
[   21.967796] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 03, input-code: 133, value: 00
[   21.967801] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 04, input-code: 134, value: 00
[   21.967807] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 05, input-code: 136, value: 00
[   21.967812] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 06, input-code: 137, value: 00
[   21.967818] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 07, input-code: 13a, value: 00
[   21.967824] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 08, input-code: 13b, value: 00
[   21.967831] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 09, input-code: 13d, value: 00
[   21.967837] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 0a, input-code: 13e, value: 00
[   21.967842] xpadneo 0005:045E:02E0.0001: REPORT HOOK
[   21.975149] xpadneo: raw_event: 01 b0 87 28 82 fe 78 55 90 00 00 00 00 00 00 00
[   21.975160] xpadneo 0005:045E:02E0.0001: desc: windows, beh: windows
[   21.975171] xpadneo 0005:045E:02E0.0001: hid-up: 10000, hid-usg: 30, input-code: 00, value: 87b0
[   21.975176] xpadneo 0005:045E:02E0.0001: shifted axis 00, old value: 34736, new value: 1968
[   21.975185] xpadneo 0005:045E:02E0.0001: hid-up: 10000, hid-usg: 31, input-code: 01, value: 8228
[   21.975190] xpadneo 0005:045E:02E0.0001: shifted axis 01, old value: 33320, new value: 552
[   21.975197] xpadneo 0005:045E:02E0.0001: hid-up: 10000, hid-usg: 33, input-code: 03, value: 78fe
[   21.975202] xpadneo 0005:045E:02E0.0001: shifted axis 03, old value: 30974, new value: -1794
[   21.975208] xpadneo 0005:045E:02E0.0001: hid-up: 10000, hid-usg: 34, input-code: 04, value: 9055
[   21.975213] xpadneo 0005:045E:02E0.0001: shifted axis 04, old value: 36949, new value: 4181
[   21.975219] xpadneo 0005:045E:02E0.0001: hid-up: 10000, hid-usg: 32, input-code: 02, value: 00
[   21.975226] xpadneo 0005:045E:02E0.0001: hid-up: 10000, hid-usg: 35, input-code: 05, value: 00
[   21.975232] xpadneo 0005:045E:02E0.0001: hid-up: 10000, hid-usg: 39, input-code: 10, value: 00
[   21.975240] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 01, input-code: 130, value: 00
[   21.975245] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 02, input-code: 131, value: 00
[   21.975250] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 03, input-code: 133, value: 00
[   21.975256] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 04, input-code: 134, value: 00
[   21.975261] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 05, input-code: 136, value: 00
[   21.975267] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 06, input-code: 137, value: 00
[   21.975272] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 07, input-code: 13a, value: 00
[   21.975278] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 08, input-code: 13b, value: 00
[   21.975283] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 09, input-code: 13d, value: 00
[   21.975296] xpadneo 0005:045E:02E0.0001: hid-up: 90000, hid-usg: 0a, input-code: 13e, value: 00
[   21.975300] xpadneo 0005:045E:02E0.0001: REPORT HOOK
[   33.561509] xpadneo: raw_event: 04 86
[   33.561566] xpadneo 0005:045E:02E0.0001: hid-up: 60000, hid-usg: 20, input-code: 00, value: 86
[   33.561582] xpadneo 0005:045E:02E0.0001: REPORT HOOK
  • rdesc
root@retropie:~# cat "/sys/kernel/debug/hid/0005:045E:02E0.0001/rdesc"
05 01 09 05 a1 01 85 01 09 01 a1 00 09 30 09 31 15 00 27 ff ff 00 00 95 02 75 10 81 02 c0 09 01 a1 00 09 33 09 34 15 00 27 ff ff 00 00 95 02 75 10 81 02 c0 05 01 09 32 15 00 26 ff 03 95 01 75 0a 81 02 15 00 25 00 75 06 95 01 81 03 05 01 09 35 15 00 26 ff 03 95 01 75 0a 81 02 15 00 25 00 75 06 95 01 81 03 05 01 09 39 15 01 25 08 35 00 46 3b 01 66 14 00 75 04 95 01 81 42 75 04 95 01 15 00 25 00 35 00 45 00 65 00 81 03 05 09 19 01 29 0a 15 00 25 01 75 01 95 0a 81 02 15 00 25 00 75 06 95 01 81 03 05 01 09 80 85 02 a1 00 09 85 15 00 25 01 95 01 75 01 81 02 15 00 25 00 75 07 95 01 81 03 c0 05 0f 09 21 85 03 a1 02 09 97 15 00 25 01 75 04 95 01 91 02 15 00 25 00 75 04 95 01 91 03 09 70 15 00 25 64 75 08 95 04 91 02 09 50 66 01 10 55 0e 15 00 26 ff 00 75 08 95 01 91 02 09 a7 15 00 26 ff 00 75 08 95 01 91 02 65 00 55 00 09 7c 15 00 26 ff 00 75 08 95 01 91 02 c0 85 04 05 06 09 20 15 00 26 ff 00 75 08 95 01 81 02 c0 00 

  INPUT(1)[INPUT]
    Field(0)
      Physical(GenericDesktop.Pointer)
      Application(GenericDesktop.GamePad)
      Usage(2)
        GenericDesktop.X
        GenericDesktop.Y
      Logical Minimum(0)
      Logical Maximum(65535)
      Report Size(16)
      Report Count(2)
      Report Offset(0)
      Flags( Variable Absolute )
    Field(1)
      Physical(GenericDesktop.Pointer)
      Application(GenericDesktop.GamePad)
      Usage(2)
        GenericDesktop.Rx
        GenericDesktop.Ry
      Logical Minimum(0)
      Logical Maximum(65535)
      Report Size(16)
      Report Count(2)
      Report Offset(32)
      Flags( Variable Absolute )
    Field(2)
      Application(GenericDesktop.GamePad)
      Usage(1)
        GenericDesktop.Z
      Logical Minimum(0)
      Logical Maximum(1023)
      Report Size(10)
      Report Count(1)
      Report Offset(64)
      Flags( Variable Absolute )
    Field(3)
      Application(GenericDesktop.GamePad)
      Usage(1)
        GenericDesktop.Rz
      Logical Minimum(0)
      Logical Maximum(1023)
      Report Size(10)
      Report Count(1)
      Report Offset(80)
      Flags( Variable Absolute )
    Field(4)
      Application(GenericDesktop.GamePad)
      Usage(1)
        GenericDesktop.HatSwitch
      Logical Minimum(1)
      Logical Maximum(8)
      Physical Minimum(0)
      Physical Maximum(315)
      Unit(English Rotation : Degrees)
      Report Size(4)
      Report Count(1)
      Report Offset(96)
      Flags( Variable Absolute NullState )
    Field(5)
      Application(GenericDesktop.GamePad)
      Usage(10)
        Button.0001
        Button.0002
        Button.0003
        Button.0004
        Button.0005
        Button.0006
        Button.0007
        Button.0008
        Button.0009
        Button.000a
      Logical Minimum(0)
      Logical Maximum(1)
      Report Size(1)
      Report Count(10)
      Report Offset(104)
      Flags( Variable Absolute )
  INPUT(2)[INPUT]
    Field(0)
      Physical(GenericDesktop.SystemControl)
      Application(GenericDesktop.GamePad)
      Usage(1)
        GenericDesktop.SystemMainMenu
      Logical Minimum(0)
      Logical Maximum(1)
      Report Size(1)
      Report Count(1)
      Report Offset(0)
      Flags( Variable Absolute )
  INPUT(4)[INPUT]
    Field(0)
      Application(GenericDesktop.GamePad)
      Usage(1)
        GenericDeviceControls.BatteryStrength
      Logical Minimum(0)
      Logical Maximum(255)
      Report Size(8)
      Report Count(1)
      Report Offset(0)
      Flags( Variable Absolute )
  OUTPUT(3)[OUTPUT]
    Field(0)
      Logical(PhysicalInterfaceDevice.0021)
      Application(GenericDesktop.GamePad)
      Usage(1)
        PhysicalInterfaceDevice.0097
      Logical Minimum(0)
      Logical Maximum(1)
      Report Size(4)
      Report Count(1)
      Report Offset(0)
      Flags( Variable Absolute )
    Field(1)
      Logical(PhysicalInterfaceDevice.0021)
      Application(GenericDesktop.GamePad)
      Usage(4)
        PhysicalInterfaceDevice.0070
        PhysicalInterfaceDevice.0070
        PhysicalInterfaceDevice.0070
        PhysicalInterfaceDevice.0070
      Logical Minimum(0)
      Logical Maximum(100)
      Report Size(8)
      Report Count(4)
      Report Offset(8)
      Flags( Variable Absolute )
    Field(2)
      Logical(PhysicalInterfaceDevice.0021)
      Application(GenericDesktop.GamePad)
      Usage(1)
        PhysicalInterfaceDevice.0050
      Logical Minimum(0)
      Logical Maximum(255)
      Unit Exponent(-2)
      Unit(SI Linear : Seconds)
      Report Size(8)
      Report Count(1)
      Report Offset(40)
      Flags( Variable Absolute )
    Field(3)
      Logical(PhysicalInterfaceDevice.0021)
      Application(GenericDesktop.GamePad)
      Usage(1)
        PhysicalInterfaceDevice.00a7
      Logical Minimum(0)
      Logical Maximum(255)
      Unit Exponent(-2)
      Unit(SI Linear : Seconds)
      Report Size(8)
      Report Count(1)
      Report Offset(48)
      Flags( Variable Absolute )
    Field(4)
      Logical(PhysicalInterfaceDevice.0021)
      Application(GenericDesktop.GamePad)
      Usage(1)
        PhysicalInterfaceDevice.007c
      Logical Minimum(0)
      Logical Maximum(255)
      Report Size(8)
      Report Count(1)
      Report Offset(56)
      Flags( Variable Absolute )

GenericDesktop.X ---> Absolute.X
GenericDesktop.Y ---> Absolute.Y
GenericDesktop.Rx ---> Absolute.Rx
GenericDesktop.Ry ---> Absolute.Ry
GenericDesktop.Z ---> Absolute.Z
GenericDesktop.Rz ---> Absolute.Rz
GenericDesktop.HatSwitch ---> Absolute.Hat0X
Button.0001 ---> Key.BtnA
Button.0002 ---> Key.BtnB
Button.0003 ---> Key.BtnX
Button.0004 ---> Key.BtnY
Button.0005 ---> Key.BtnTL
Button.0006 ---> Key.BtnTR
Button.0007 ---> Key.BtnSelect
Button.0008 ---> Key.BtnStart
Button.0009 ---> Key.BtnThumbL
Button.000a ---> Key.BtnThumbR
GenericDesktop.SystemMainMenu ---> Key.BtnMode
GenericDeviceControls.BatteryStrength ---> Sync.Report
PhysicalInterfaceDevice.0097 ---> Sync.Report
PhysicalInterfaceDevice.0070 ---> Sync.Report
PhysicalInterfaceDevice.0070 ---> Sync.Report
PhysicalInterfaceDevice.0070 ---> Sync.Report
PhysicalInterfaceDevice.0070 ---> Sync.Report
PhysicalInterfaceDevice.0050 ---> Sync.Report
PhysicalInterfaceDevice.00a7 ---> Sync.Report
PhysicalInterfaceDevice.007c ---> Sync.Report
root@retropie:~#

from xpadneo.

CommunicationAnimale avatar CommunicationAnimale commented on July 17, 2024

I'll try reinstalling the firmware.

from xpadneo.

atar-axis avatar atar-axis commented on July 17, 2024

yeah, looks like the gamepad mixed it up a bit - updating, even if the fw is already the latest, may reset the internals. I guess rebooting may have done the same - congratulations ;)

from xpadneo.

atar-axis avatar atar-axis commented on July 17, 2024

btw, your gamepad is now using the windows report - therefore you should definitely use xpadneo instead of the generic driver since the gampead may switch to the android/linux report next time. xpadneo will automatically correct the wrong mapping (if necessary) then.

from xpadneo.

atar-axis avatar atar-axis commented on July 17, 2024

may I close the issue?

from xpadneo.

atar-axis avatar atar-axis commented on July 17, 2024

perfect - may I ask you if it is another version now?

you are welcome!

from xpadneo.

CommunicationAnimale avatar CommunicationAnimale commented on July 17, 2024

No, I'm still using 3.1.1221. I used "Xbox accessories" on Windows 10; and selected "Update firmware". Apparently it did something (the logo on my controller blinked), but it told me I was already using the latest version.

from xpadneo.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.