USB Matrix-Display zum laufen bekommen

Weis jemand wie und ob man USB Matrix-Displays unter Linux zum laufen bekommt?
Soll evtl. irgendwie über libusb funktionieren. Ich wüsste aber nicht wie ?

In meinem Fall wäre es ein Alphacool-Display von ca. 2010 mit einer 240x128 Matrix.
Unter Windoof lief es erst mit einem eigenen Treiber und später dann auch unter AIDA64.

Als LCD-Chipsatz ist wohl ein T6963C verbaut.

[wave@endos ~]$ lsusb -v -d 060c:04eb

Bus 004 Device 012: ID 060c:04eb EEH Datalink GmbH ALPHACOOL USB DISPLAY
Couldn't open device, some information will be missing
Negotiated speed: Full Speed (12Mbps)
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               1.10
  bDeviceClass          255 Vendor Specific Class
  bDeviceSubClass       255 Vendor Specific Subclass
  bDeviceProtocol       255 Vendor Specific Protocol
  bMaxPacketSize0        32
  idVendor           0x060c EEH Datalink GmbH
  idProduct          0x04eb ALPHACOOL USB DISPLAY
  bcdDevice            0.00
  iManufacturer           1 ALPHACOOL
  iProduct                2 ALPHACOOL USB DISPLAY
  iSerial                 3 1.0.0
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength       0x0030
    bNumInterfaces          2
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0x80
      (Bus Powered)
    MaxPower              200mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass       255 Vendor Specific Class
      bInterfaceSubClass    255 Vendor Specific Subclass
      bInterfaceProtocol    255 Vendor Specific Protocol
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x03  EP 3 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0020  1x 32 bytes
        bInterval               0
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       0
      bNumEndpoints           2
      bInterfaceClass       255 Vendor Specific Class
      bInterfaceSubClass    255 Vendor Specific Subclass
      bInterfaceProtocol    255 Vendor Specific Protocol
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0020  1x 32 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x02  EP 2 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0020  1x 32 bytes
        bInterval               0

Das Display auf yt.

Ein kleiner Hinweis wo ich ansetzen soll wäre schon hilfreich.