Announcement

Collapse
No announcement yet.

Linux Compatibility: Saitek P3000

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Linux Compatibility: Saitek P3000

    This is an entry for Phoronix LCH. Feel free to comment on the Linux compatibility for the Saitek P3000 in this thread.

    Saitek P3000



    Description: Wireless usb gamepad that comes with two batteries, it works perfectly in linux with joydev either loaded into the kernel or built as a module.
    Hardware Notes:

    /sbin/lsusb -v
    scott@Fenix:~$ /sbin/lsusb -v

    Bus 002 Device 005: ID 06a3:1509 Saitek PLC
    Device Descriptor:
    bLength 18
    bDescriptorType 1
    bcdUSB 1.10
    bDeviceClass 0 (Defined at Interface level)
    bDeviceSubClass 0
    bDeviceProtocol 0
    bMaxPacketSize0 8
    idVendor 0x06a3 Saitek PLC
    idProduct 0x1509
    bcdDevice 1.00
    iManufacturer 1
    iProduct 2
    iSerial 3
    bNumConfigurations 1
    Configuration Descriptor:
    bLength 9
    bDescriptorType 2
    wTotalLength 34
    bNumInterfaces 1
    bConfigurationValue 1
    iConfiguration 4
    bmAttributes 0x80
    MaxPower 350mA
    Interface Descriptor:
    bLength 9
    bDescriptorType 4
    bInterfaceNumber 0
    bAlternateSetting 0
    bNumEndpoints 1
    bInterfaceClass 3 Human Interface Devices
    bInterfaceSubClass 0 No Subclass
    bInterfaceProtocol 0 None
    iInterface 5
    Endpoint Descriptor:
    bLength 7
    bDescriptorType 5
    bEndpointAddress 0x81 EP 1 IN
    bmAttributes 3
    Transfer Type Interrupt
    Synch Type None
    Usage Type Data
    wMaxPacketSize 0x0008 bytes 8 once
    bInterval 12
    HID Device Descriptor:
    bLength 9
    bDescriptorType 33
    bcdHID 1.00
    bCountryCode 0 Not supported
    bNumDescriptors 1
    bDescriptorType 34 Report
    wDescriptorLength 103
Working...
X