05 Jan, 2012

1 commit


20 Nov, 2011

1 commit


01 Nov, 2011

1 commit


13 Jun, 2011

1 commit


03 Feb, 2011

1 commit

  • Module hid-roccat-common contains functions used by roccat device driver
    modules to reduce code duplication.
    At the moment it contains just two wrapper methods for usb_control_msg
    that ensure that the buffer used for transfer is dma capable which wasn't
    the case before.
    The kconfig option is not visible to the user but will be selected by the
    device specific drivers.

    Signed-off-by: Stefan Achatz
    Signed-off-by: Jiri Kosina

    Stefan Achatz