You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
misc latin1 to utf8 conversions
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
What: /sys/module/hid_logitech/drivers/hid:logitech/<dev>/range.
|
What: /sys/module/hid_logitech/drivers/hid:logitech/<dev>/range.
|
||||||
Date: July 2011
|
Date: July 2011
|
||||||
KernelVersion: 3.2
|
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
|
Description: Display minimum, maximum and current range of the steering
|
||||||
wheel. Writing a value within min and max boundaries sets the
|
wheel. Writing a value within min and max boundaries sets the
|
||||||
range of the wheel.
|
range of the wheel.
|
||||||
|
|||||||
@@ -177,7 +177,7 @@ II. Credits
|
|||||||
|
|
||||||
Benjamin Herrenschmidt (IBM?) started this work when he discussed such design
|
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
|
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
|
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
|
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.
|
Airlie finally put this work in shape and queued to Jesse Barnes' PCI tree.
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright © 2006-2007 Intel Corporation
|
* Copyright © 2006-2007 Intel Corporation
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a
|
* Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
* copy of this software and associated documentation files (the "Software"),
|
* copy of this software and associated documentation files (the "Software"),
|
||||||
|
|||||||
@@ -9,10 +9,10 @@
|
|||||||
* - contains two reports, one for each port (HID_QUIRK_MULTI_INPUT)
|
* - contains two reports, one for each port (HID_QUIRK_MULTI_INPUT)
|
||||||
*
|
*
|
||||||
* 0e8f:0003 "GreenAsia Inc. USB Joystick "
|
* 0e8f:0003 "GreenAsia Inc. USB Joystick "
|
||||||
* - tested with König Gaming gamepad
|
* - tested with König Gaming gamepad
|
||||||
*
|
*
|
||||||
* 0e8f:0003 "GASIA USB Gamepad"
|
* 0e8f:0003 "GASIA USB Gamepad"
|
||||||
* - another version of the König gamepad
|
* - another version of the König gamepad
|
||||||
*
|
*
|
||||||
* Copyright (c) 2007, 2009 Anssi Hannula <anssi.hannula@gmail.com>
|
* Copyright (c) 2007, 2009 Anssi Hannula <anssi.hannula@gmail.com>
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
*
|
*
|
||||||
* Based on hid-gyration.c
|
* Based on hid-gyration.c
|
||||||
*
|
*
|
||||||
* Copyright (c) 2009 Bruno Prémont <bonbons@linux-vserver.org>
|
* Copyright (c) 2009 Bruno Prémont <bonbons@linux-vserver.org>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
@@ -426,7 +426,7 @@ static void xiic_process(struct xiic_i2c *i2c)
|
|||||||
xiic_wakeup(i2c, STATE_ERROR);
|
xiic_wakeup(i2c, STATE_ERROR);
|
||||||
|
|
||||||
} else if (pend & (XIIC_INTR_TX_EMPTY_MASK | XIIC_INTR_TX_HALF_MASK)) {
|
} else if (pend & (XIIC_INTR_TX_EMPTY_MASK | XIIC_INTR_TX_HALF_MASK)) {
|
||||||
/* Transmit register/FIFO is empty or ½ empty */
|
/* Transmit register/FIFO is empty or ½ empty */
|
||||||
|
|
||||||
clr = pend &
|
clr = pend &
|
||||||
(XIIC_INTR_TX_EMPTY_MASK | XIIC_INTR_TX_HALF_MASK);
|
(XIIC_INTR_TX_EMPTY_MASK | XIIC_INTR_TX_HALF_MASK);
|
||||||
|
|||||||
@@ -333,7 +333,7 @@ static void __devinit en_cs_init(struct IsdnCard *card,
|
|||||||
cs->hw.njet.isac = cs->hw.njet.base + 0xC0; // Fenster zum AMD
|
cs->hw.njet.isac = cs->hw.njet.base + 0xC0; // Fenster zum AMD
|
||||||
|
|
||||||
/* Reset an */
|
/* Reset an */
|
||||||
cs->hw.njet.ctrl_reg = 0x07; // geändert von 0xff
|
cs->hw.njet.ctrl_reg = 0x07; // geändert von 0xff
|
||||||
outb(cs->hw.njet.ctrl_reg, cs->hw.njet.base + NETJET_CTRL);
|
outb(cs->hw.njet.ctrl_reg, cs->hw.njet.base + NETJET_CTRL);
|
||||||
/* 20 ms Pause */
|
/* 20 ms Pause */
|
||||||
mdelay(20);
|
mdelay(20);
|
||||||
|
|||||||
@@ -1176,6 +1176,6 @@ wbcir_exit(void)
|
|||||||
module_init(wbcir_init);
|
module_init(wbcir_init);
|
||||||
module_exit(wbcir_exit);
|
module_exit(wbcir_exit);
|
||||||
|
|
||||||
MODULE_AUTHOR("David Härdeman <david@hardeman.nu>");
|
MODULE_AUTHOR("David Härdeman <david@hardeman.nu>");
|
||||||
MODULE_DESCRIPTION("Winbond SuperI/O Consumer IR Driver");
|
MODULE_DESCRIPTION("Winbond SuperI/O Consumer IR Driver");
|
||||||
MODULE_LICENSE("GPL");
|
MODULE_LICENSE("GPL");
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
*
|
*
|
||||||
* Copyright (C) IBM Corporation, 2004
|
* Copyright (C) IBM Corporation, 2004
|
||||||
*
|
*
|
||||||
* Author: Max Asböck <amax@us.ibm.com>
|
* Author: Max Asböck <amax@us.ibm.com>
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
*
|
*
|
||||||
* Copyright (C) IBM Corporation, 2004
|
* Copyright (C) IBM Corporation, 2004
|
||||||
*
|
*
|
||||||
* Author: Max Asböck <amax@us.ibm.com>
|
* Author: Max Asböck <amax@us.ibm.com>
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
*
|
*
|
||||||
* Copyright (C) IBM Corporation, 2004
|
* Copyright (C) IBM Corporation, 2004
|
||||||
*
|
*
|
||||||
* Author: Max Asböck <amax@us.ibm.com>
|
* Author: Max Asböck <amax@us.ibm.com>
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
*
|
*
|
||||||
* Copyright (C) IBM Corporation, 2004
|
* Copyright (C) IBM Corporation, 2004
|
||||||
*
|
*
|
||||||
* Author: Max Asböck <amax@us.ibm.com>
|
* Author: Max Asböck <amax@us.ibm.com>
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
*
|
*
|
||||||
* Copyright (C) IBM Corporation, 2004
|
* Copyright (C) IBM Corporation, 2004
|
||||||
*
|
*
|
||||||
* Author: Max Asböck <amax@us.ibm.com>
|
* Author: Max Asböck <amax@us.ibm.com>
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
*
|
*
|
||||||
* Copyright (C) IBM Corporation, 2004
|
* Copyright (C) IBM Corporation, 2004
|
||||||
*
|
*
|
||||||
* Author: Max Asböck <amax@us.ibm.com>
|
* Author: Max Asböck <amax@us.ibm.com>
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
*
|
*
|
||||||
* Copyright (C) IBM Corporation, 2004
|
* Copyright (C) IBM Corporation, 2004
|
||||||
*
|
*
|
||||||
* Author: Max Asböck <amax@us.ibm.com>
|
* Author: Max Asböck <amax@us.ibm.com>
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
*
|
*
|
||||||
* Copyright (C) IBM Corporation, 2004
|
* Copyright (C) IBM Corporation, 2004
|
||||||
*
|
*
|
||||||
* Author: Max Asböck <amax@us.ibm.com>
|
* Author: Max Asböck <amax@us.ibm.com>
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
*
|
*
|
||||||
* Copyright (C) IBM Corporation, 2004
|
* Copyright (C) IBM Corporation, 2004
|
||||||
*
|
*
|
||||||
* Author: Max Asböck <amax@us.ibm.com>
|
* Author: Max Asböck <amax@us.ibm.com>
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
*
|
*
|
||||||
* Copyright (C) IBM Corporation, 2004
|
* Copyright (C) IBM Corporation, 2004
|
||||||
*
|
*
|
||||||
* Author: Max Asböck <amax@us.ibm.com>
|
* Author: Max Asböck <amax@us.ibm.com>
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
*
|
*
|
||||||
* Copyright (C) IBM Corporation, 2004
|
* Copyright (C) IBM Corporation, 2004
|
||||||
*
|
*
|
||||||
* Author: Max Asböck <amax@us.ibm.com>
|
* Author: Max Asböck <amax@us.ibm.com>
|
||||||
*
|
*
|
||||||
* This driver is based on code originally written by Pete Reynolds
|
* This driver is based on code originally written by Pete Reynolds
|
||||||
* and others.
|
* and others.
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
*
|
*
|
||||||
* Copyright (C) IBM Corporation, 2004
|
* Copyright (C) IBM Corporation, 2004
|
||||||
*
|
*
|
||||||
* Author: Max Asböck <amax@us.ibm.com>
|
* Author: Max Asböck <amax@us.ibm.com>
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user