mirror of
https://github.com/torvalds/linux.git
synced 2024-11-21 19:41:42 +00:00
Email/web address change
This patch updates Jonathan Woithe's contact details across the kernel tree. Signed-off-by: Jonathan Woithe <jwoithe@just42.net> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
a9d7e794ea
commit
409a3e9813
4
CREDITS
4
CREDITS
@ -3814,8 +3814,8 @@ D: INFO-SHEET, former maintainer
|
|||||||
D: Author of the longest-living linux bug
|
D: Author of the longest-living linux bug
|
||||||
|
|
||||||
N: Jonathan Woithe
|
N: Jonathan Woithe
|
||||||
E: jwoithe@physics.adelaide.edu.au
|
E: jwoithe@just42.net
|
||||||
W: http://www.physics.adelaide.edu.au/~jwoithe
|
W: http:/www.just42.net/jwoithe
|
||||||
D: ALS-007 sound card extensions to Sound Blaster driver
|
D: ALS-007 sound card extensions to Sound Blaster driver
|
||||||
S: 20 Jordan St
|
S: 20 Jordan St
|
||||||
S: Valley View, SA 5093
|
S: Valley View, SA 5093
|
||||||
|
@ -57,10 +57,10 @@ The resulting sound driver will provide the following capabilities:
|
|||||||
DSP/PCM/audio out (L&R), FM (L&R) and Mic in (mono).
|
DSP/PCM/audio out (L&R), FM (L&R) and Mic in (mono).
|
||||||
|
|
||||||
Jonathan Woithe
|
Jonathan Woithe
|
||||||
jwoithe@physics.adelaide.edu.au
|
jwoithe@just42.net
|
||||||
30 March 1998
|
30 March 1998
|
||||||
|
|
||||||
Modified 2000-02-26 by Dave Forrest, drf5n@virginia.edu to add ALS100/ALS200
|
Modified 2000-02-26 by Dave Forrest, drf5n@virginia.edu to add ALS100/ALS200
|
||||||
Modified 2000-04-10 by Paul Laufer, pelaufer@csupomona.edu to add ISAPnP info.
|
Modified 2000-04-10 by Paul Laufer, pelaufer@csupomona.edu to add ISAPnP info.
|
||||||
Modified 2000-11-19 by Jonathan Woithe, jwoithe@physics.adelaide.edu.au
|
Modified 2000-11-19 by Jonathan Woithe, jwoithe@just42.net
|
||||||
- updated information for kernel 2.4.x.
|
- updated information for kernel 2.4.x.
|
||||||
|
@ -2839,7 +2839,7 @@ S: Maintained
|
|||||||
F: arch/frv/
|
F: arch/frv/
|
||||||
|
|
||||||
FUJITSU LAPTOP EXTRAS
|
FUJITSU LAPTOP EXTRAS
|
||||||
M: Jonathan Woithe <jwoithe@physics.adelaide.edu.au>
|
M: Jonathan Woithe <jwoithe@just42.net>
|
||||||
L: platform-driver-x86@vger.kernel.org
|
L: platform-driver-x86@vger.kernel.org
|
||||||
S: Maintained
|
S: Maintained
|
||||||
F: drivers/platform/x86/fujitsu-laptop.c
|
F: drivers/platform/x86/fujitsu-laptop.c
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*-*-linux-c-*-*/
|
/*-*-linux-c-*-*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Copyright (C) 2007,2008 Jonathan Woithe <jwoithe@physics.adelaide.edu.au>
|
Copyright (C) 2007,2008 Jonathan Woithe <jwoithe@just42.net>
|
||||||
Copyright (C) 2008 Peter Gruber <nokos@gmx.net>
|
Copyright (C) 2008 Peter Gruber <nokos@gmx.net>
|
||||||
Copyright (C) 2008 Tony Vroon <tony@linx.net>
|
Copyright (C) 2008 Tony Vroon <tony@linx.net>
|
||||||
Based on earlier work:
|
Based on earlier work:
|
||||||
|
@ -110,7 +110,7 @@ UNUSUAL_DEV( 0x040d, 0x6205, 0x0003, 0x0003,
|
|||||||
USB_SC_DEVICE, USB_PR_DEVICE, NULL,
|
USB_SC_DEVICE, USB_PR_DEVICE, NULL,
|
||||||
US_FL_IGNORE_RESIDUE ),
|
US_FL_IGNORE_RESIDUE ),
|
||||||
|
|
||||||
/* Deduced by Jonathan Woithe <jwoithe@physics.adelaide.edu.au>
|
/* Deduced by Jonathan Woithe <jwoithe@just42.net>
|
||||||
* Entry needed for flags: US_FL_FIX_INQUIRY because initial inquiry message
|
* Entry needed for flags: US_FL_FIX_INQUIRY because initial inquiry message
|
||||||
* always fails and confuses drive.
|
* always fails and confuses drive.
|
||||||
*/
|
*/
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
Thanks to Pierfrancesco 'qM2' Passerini.
|
Thanks to Pierfrancesco 'qM2' Passerini.
|
||||||
|
|
||||||
Generalised for soundcards based on DT-0196 and ALS-007 chips
|
Generalised for soundcards based on DT-0196 and ALS-007 chips
|
||||||
by Jonathan Woithe <jwoithe@physics.adelaide.edu.au>: June 2002.
|
by Jonathan Woithe <jwoithe@just42.net>: June 2002.
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
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
|
it under the terms of the GNU General Public License as published by
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
* Copyright (c) 2004 Kailang Yang <kailang@realtek.com.tw>
|
* Copyright (c) 2004 Kailang Yang <kailang@realtek.com.tw>
|
||||||
* PeiSen Hou <pshou@realtek.com.tw>
|
* PeiSen Hou <pshou@realtek.com.tw>
|
||||||
* Takashi Iwai <tiwai@suse.de>
|
* Takashi Iwai <tiwai@suse.de>
|
||||||
* Jonathan Woithe <jwoithe@physics.adelaide.edu.au>
|
* Jonathan Woithe <jwoithe@just42.net>
|
||||||
*
|
*
|
||||||
* This driver is free software; you can redistribute it and/or modify
|
* This driver is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
Loading…
Reference in New Issue
Block a user