Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1248077
| From | Greg KH <greg@kroah.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] HID: roccat: Deprecating most Roccat sysfs attributes |
| Date | 2015-10-15 20:50 +0200 |
| Message-ID | <qjVLb-6zi-13@gated-at.bofh.it> (permalink) |
| References | <qjSkh-1BA-9@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Thu, Oct 15, 2015 at 05:00:09PM +0200, Stefan Achatz wrote: > Deprecates all Roccat sysfs attributes except the ones for the old Kone by moving > abi descriptions from testing to obsolete. > For most devices everything can be done using the hidraw ioctls HIDIOCGFEATURE > and HIDIOCSFEATURE, so I would suggest future removal of device specific drivers. > The userspace tools don't use these attributes for a year now. > The first Kone is not fully HID-compliant and will still need a module. > > Signed-off-by: Stefan Achatz <erazor_de@users.sourceforge.net> > --- > .../ABI/obsolete/sysfs-driver-hid-roccat-arvo | 53 ++++++ > .../ABI/obsolete/sysfs-driver-hid-roccat-isku | 153 ++++++++++++++++++ > .../ABI/obsolete/sysfs-driver-hid-roccat-koneplus | 99 +++++++++++- > .../ABI/obsolete/sysfs-driver-hid-roccat-konepure | 105 ++++++++++++ > .../ABI/obsolete/sysfs-driver-hid-roccat-kovaplus | 50 ++++++ > .../ABI/obsolete/sysfs-driver-hid-roccat-lua | 7 + > .../ABI/obsolete/sysfs-driver-hid-roccat-pyra | 50 ++++++ > .../ABI/obsolete/sysfs-driver-hid-roccat-ryos | 178 +++++++++++++++++++++ > .../ABI/obsolete/sysfs-driver-hid-roccat-savu | 76 +++++++++ > .../ABI/testing/sysfs-driver-hid-roccat-arvo | 53 ------ > .../ABI/testing/sysfs-driver-hid-roccat-isku | 153 ------------------ > .../ABI/testing/sysfs-driver-hid-roccat-koneplus | 96 ----------- > .../ABI/testing/sysfs-driver-hid-roccat-konepure | 105 ------------ > .../ABI/testing/sysfs-driver-hid-roccat-kovaplus | 49 ------ > .../ABI/testing/sysfs-driver-hid-roccat-lua | 7 - > .../ABI/testing/sysfs-driver-hid-roccat-pyra | 49 ------ > .../ABI/testing/sysfs-driver-hid-roccat-ryos | 178 --------------------- > .../ABI/testing/sysfs-driver-hid-roccat-savu | 76 --------- > 18 files changed, 770 insertions(+), 767 deletions(-) > create mode 100644 Documentation/ABI/obsolete/sysfs-driver-hid-roccat-arvo > create mode 100644 Documentation/ABI/obsolete/sysfs-driver-hid-roccat-isku > create mode 100644 Documentation/ABI/obsolete/sysfs-driver-hid-roccat-konepure > create mode 100644 Documentation/ABI/obsolete/sysfs-driver-hid-roccat-lua > create mode 100644 Documentation/ABI/obsolete/sysfs-driver-hid-roccat-ryos > create mode 100644 Documentation/ABI/obsolete/sysfs-driver-hid-roccat-savu > delete mode 100644 Documentation/ABI/testing/sysfs-driver-hid-roccat-arvo > delete mode 100644 Documentation/ABI/testing/sysfs-driver-hid-roccat-isku > delete mode 100644 Documentation/ABI/testing/sysfs-driver-hid-roccat-koneplus > delete mode 100644 Documentation/ABI/testing/sysfs-driver-hid-roccat-konepure > delete mode 100644 Documentation/ABI/testing/sysfs-driver-hid-roccat-kovaplus > delete mode 100644 Documentation/ABI/testing/sysfs-driver-hid-roccat-lua > delete mode 100644 Documentation/ABI/testing/sysfs-driver-hid-roccat-pyra > delete mode 100644 Documentation/ABI/testing/sysfs-driver-hid-roccat-ryos > delete mode 100644 Documentation/ABI/testing/sysfs-driver-hid-roccat-savu If you make your patch with 'git format-patch -M' we can see the files being moved much easier than deleting and adding the files. thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
Re: [PATCH] HID: roccat: Deprecating most Roccat sysfs attributes Greg KH <greg@kroah.com> - 2015-10-15 20:50 +0200
[PATCH] HID: roccat: Fixed resubmit: Deprecating most Roccat sysfs attributes Stefan Achatz <erazor_de@users.sourceforge.net> - 2015-10-17 15:20 +0200
Re: [PATCH] HID: roccat: Fixed resubmit: Deprecating most Roccat sysfs attributes Greg KH <greg@kroah.com> - 2015-10-17 17:50 +0200
csiph-web