Your IP Address is:

Next Fedora Release

Logitech Professional Presenter R800 under Linux Fedora 16 with LibreOffice Impress

Recently I got a Logitech Professional Presenter R800. (the one with the green laser pointer)
I tested it under Linux Fedora 16, and it works like a charm!
The device also works nicely under LibreOffice Impress 3.4 ( 1:3.4.3.2-11.fc16 in my case ).

The USB device is detected as a keyboard/mouse device: ( /var/log/messages )

 Dec 26 19:12:56 celcius kernel: [32976.194948] usb 3-1: new low speed USB device number 3 using xhci_hcd
 Dec 26 19:12:56 celcius kernel: [32976.229839] xhci_hcd 0000:0c:00.0: WARN: short transfer on control ep
 Dec 26 19:12:56 celcius kernel: [32976.235828] xhci_hcd 0000:0c:00.0: WARN: short transfer on control ep
 Dec 26 19:12:56 celcius kernel: [32976.240861] xhci_hcd 0000:0c:00.0: WARN: short transfer on control ep
 Dec 26 19:12:56 celcius kernel: [32976.241887] usb 3-1: New USB device found, idVendor=046d, idProduct=c52d
 Dec 26 19:12:56 celcius kernel: [32976.241898] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
 Dec 26 19:12:56 celcius kernel: [32976.241907] usb 3-1: Product: USB Receiver
 Dec 26 19:12:56 celcius kernel: [32976.241921] usb 3-1: Manufacturer: Logitech
 Dec 26 19:12:56 celcius kernel: [32976.242125] usb 3-1: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
 Dec 26 19:12:56 celcius kernel: [32976.242131] usb 3-1: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
 Dec 26 19:12:56 celcius kernel: [32976.248805] xhci_hcd 0000:0c:00.0: WARN: short transfer on control ep
 Dec 26 19:12:56 celcius kernel: [32976.278681] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:1c.3/0000:0c:00.0/usb3/3-1/3-1:1.0/input/input19
 Dec 26 19:12:56 celcius kernel: [32976.279560] generic-usb 0003:046D:C52D.0003: input,hiddev0,hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:0c:00.0-1/input0
 Dec 26 19:12:56 celcius kernel: [32976.304110] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:1c.3/0000:0c:00.0/usb3/3-1/3-1:1.1/input/input20
 Dec 26 19:12:56 celcius kernel: [32976.304400] generic-usb 0003:046D:C52D.0004: input,hiddev0,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:0c:00.0-1/input1
 Dec 26 19:12:56 celcius mtp-probe: checking bus 3, device 3: "/sys/devices/pci0000:00/0000:00:1c.3/0000:0c:00.0/usb3/3-1"
 Dec 26 19:12:56 celcius mtp-probe: bus: 3, device: 3 was not an MTP device

lsusb shows:

 Bus 003 Device 004: ID 046d:c52d Logitech, Inc.
lsusb -v shows:
Bus 003 Device 004: ID 046d:c52d Logitech, Inc. 
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0 
  bDeviceProtocol         0 
  bMaxPacketSize0         8
  idVendor           0x046d Logitech, Inc.
  idProduct          0xc52d 
  bcdDevice           17.01
  iManufacturer           1 Logitech
  iProduct                2 USB Receiver
  iSerial                 0 
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           59
    bNumInterfaces          2
    bConfigurationValue     1
    iConfiguration          4 RQR17.01_B0014
    bmAttributes         0xa0
      (Bus Powered)
      Remote Wakeup
    MaxPower               98mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         3 Human Interface Device
      bInterfaceSubClass      1 Boot Interface Subclass
      bInterfaceProtocol      1 Keyboard
      iInterface              0 
        HID Device Descriptor:
          bLength                 9
          bDescriptorType        33
          bcdHID               1.11
          bCountryCode            0 Not supported
          bNumDescriptors         1
          bDescriptorType        34 Report
          wDescriptorLength     187
         Report Descriptors: 
           ** UNAVAILABLE **
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0008  1x 8 bytes
        bInterval              10
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         3 Human Interface Device
      bInterfaceSubClass      1 Boot Interface Subclass
      bInterfaceProtocol      2 Mouse
      iInterface              0 
        HID Device Descriptor:
          bLength                 9
          bDescriptorType        33
          bcdHID               1.11
          bCountryCode            0 Not supported
          bNumDescriptors         1
          bDescriptorType        34 Report
          wDescriptorLength     157
         Report Descriptors: 
           ** UNAVAILABLE **
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x82  EP 2 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0008  1x 8 bytes
        bInterval              10
Device Status:     0x0000
  (Bus Powered)