12 Jul, 2019

1 commit

  • Pull HID updates from Jiri Kosina:

    - Documentation conversion to ReST, from Mauro Carvalho Chehab

    - Wacom MobileStudio Pro support, from Ping Cheng

    - Wacom 2nd Gen Intuos Pro Small support, from Aaron Armstrong Skomra

    - assorted small fixes and device ID additions

    * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid:
    HID: Add another Primax PIXART OEM mouse quirk
    HID: wacom: generic: add touchring adjustment for 2nd Gen Pro Small
    docs: hid: convert to ReST
    HID: remove NO_D3 flag when remove driver
    HID: wacom: add new MobileStudio Pro support
    HID: wacom: generic: read the number of expected touches on a per collection basis
    HID: wacom: generic: support the 'report valid' usage for touch
    HID: wacom: generic: read HID_DG_CONTACTMAX from any feature report
    HID: wacom: Add 2nd gen Intuos Pro Small support
    HID: uclogic: Add support for Ugee Rainbow CV720
    HID: logitech-dj: fix return value of logi_dj_recv_query_hidpp_devices
    HID: logitech-hidpp: HID: make const array consumer_rdesc_start static
    HID: logitech-dj: make const array template static
    HID: wacom: correct touch resolution x/y typo
    HID: wacom: generic: Correct pad syncing
    HID: wacom: generic: only switch the mode on devices with LEDs
    HID: logitech-dj: Add usb-id for the 27MHz MX3000 receiver

    Linus Torvalds
     

02 Jul, 2019

1 commit

  • Rename the HID documentation files to ReST, add an
    index for them and adjust in order to produce a nice html
    output via the Sphinx build system.

    While here, fix the sysfs example from hid-sensor.txt, that
    has a lot of "?" instead of the proper UTF-8 characters that
    are produced by the tree command.

    At its new index.rst, let's add a :orphan: while this is not linked to
    the main index.rst file, in order to avoid build warnings.

    Signed-off-by: Mauro Carvalho Chehab
    Acked-by: Benjamin Tissoires
    Signed-off-by: Benjamin Tissoires

    Mauro Carvalho Chehab