31 May, 2019

1 commit

  • Based on 1 normalized pattern(s):

    this program is free software you can redistribute it and or modify
    it under the terms of the gnu general public license as published by
    the free software foundation either version 2 of the license or at
    your option any later version

    extracted by the scancode license scanner the SPDX license identifier

    GPL-2.0-or-later

    has been chosen to replace the boilerplate/reference in 3029 file(s).

    Signed-off-by: Thomas Gleixner
    Reviewed-by: Allison Randal
    Cc: linux-spdx@vger.kernel.org
    Link: https://lkml.kernel.org/r/20190527070032.746973796@linutronix.de
    Signed-off-by: Greg Kroah-Hartman

    Thomas Gleixner
     

08 Jun, 2017

1 commit

  • The Asus AIO keyboard AK1D was added to hid-chicony based on its
    USB vendor ID, however images available online suggest that this keyboard
    is physically branded as ASUS with no mention of Chicony.

    A recent commit also added support for another Asus AIO keyboard into
    hid-chicony, this one with USB vendor ID Jess, and a pending review
    comment asked me to move it into hid-asus because it is also only
    physically branded as ASUS.

    I updated the USB ID defines to match the branding and product name,
    including noting that the recently added keyboard is labelled as
    ASUS MD-5112.

    Signed-off-by: Daniel Drake
    Acked-by: Benjamin Tissoires
    Signed-off-by: Jiri Kosina

    Daniel Drake
     

06 Mar, 2017

1 commit

  • Add support for media keys on the keyboard that comes with the
    Asus V221ID and ZN241IC All In One computers.

    The keys to support here are WLAN, BRIGHTNESSDOWN and BRIGHTNESSUP.

    This device is not visibly branded as Chicony, and the USB Vendor ID
    suggests that it is a JESS device. However this seems like the right place
    to put it: the usage codes are identical to the currently supported
    devices, and this driver already supports the ASUS AIO keyboard AK1D.

    Signed-off-by: Daniel Drake
    Signed-off-by: Jiri Kosina

    Daniel Drake
     

29 Jul, 2015

1 commit


03 Jan, 2013

1 commit

  • Use the new module_hid_driver macro in all HID drivers that have
    a simple register/unregister init/exit.

    This also converts the hid drivers that test for a failure of
    hid_register_driver() and report the failure. Using module_hid_driver
    in those drivers removes the failure message.

    Signed-off-by: H Hartley Sweeten
    Signed-off-by: Jiri Kosina

    H Hartley Sweeten
     

23 Jul, 2012

1 commit


02 Feb, 2012

2 commits


23 Jul, 2009

1 commit


30 Mar, 2009

1 commit

  • This removal was scheduled and there is no problem with later
    distros to adapt for the new bus, thanks to aliases.

    module-init-tools map files are deprecated nowadays, so that
    the patch which introduced hid ones into the m-i-t won't be
    accepted and hence there is no reason for leaving compat stuff in.

    Signed-off-by: Jiri Slaby
    Cc: Jiri Kosina
    Signed-off-by: Jiri Kosina

    Jiri Slaby
     

15 Oct, 2008

1 commit