Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d36b6910 authored by Al Viro's avatar Al Viro Committed by Jiri Kosina
Browse files

misc latin1 to utf8 conversions



Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 92f1b851
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
What:		/sys/module/hid_logitech/drivers/hid:logitech/<dev>/range.
Date:		July 2011
KernelVersion:	3.2
Contact:	Michal Malý <madcatxster@gmail.com>
Contact:	Michal Malý <madcatxster@gmail.com>
Description:	Display minimum, maximum and current range of the steering
		wheel. Writing a value within min and max boundaries sets the
		range of the wheel.
+1 −1
Original line number Diff line number Diff line
@@ -177,7 +177,7 @@ II. Credits

Benjamin Herrenschmidt (IBM?) started this work when he discussed such design
with the Xorg community in 2005 [1, 2]. In the end of 2007, Paulo Zanoni and
Tiago Vignatti (both of C3SL/Federal University of Paraná) proceeded his work
Tiago Vignatti (both of C3SL/Federal University of Paraná) proceeded his work
enhancing the kernel code to adapt as a kernel module and also did the
implementation of the user space side [3]. Now (2009) Tiago Vignatti and Dave
Airlie finally put this work in shape and queued to Jesse Barnes' PCI tree.
+1 −1
Original line number Diff line number Diff line
/*
 * Copyright  2006-2007 Intel Corporation
 * Copyright © 2006-2007 Intel Corporation
 *
 * Permission is hereby granted, free of charge, to any person obtaining a
 * copy of this software and associated documentation files (the "Software"),
+2 −2
Original line number Diff line number Diff line
@@ -9,10 +9,10 @@
 *   - contains two reports, one for each port (HID_QUIRK_MULTI_INPUT)
 *
 *  0e8f:0003 "GreenAsia Inc.    USB Joystick     "
 *   - tested with Knig Gaming gamepad
 *   - tested with König Gaming gamepad
 *
 *  0e8f:0003 "GASIA USB Gamepad"
 *   - another version of the Knig gamepad
 *   - another version of the König gamepad
 *
 *  Copyright (c) 2007, 2009 Anssi Hannula <anssi.hannula@gmail.com>
 */
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
 *
 * Based on hid-gyration.c
 *
 * Copyright (c) 2009 Bruno Prmont <bonbons@linux-vserver.org>
 * Copyright (c) 2009 Bruno Prémont <bonbons@linux-vserver.org>
 */

/*
Loading