Ok. I didn't make 2.4.0 in 2000. Tough. I tried, but we had some
[davej-history.git] / MAINTAINERS
blob492d15a40e50c9b69ca7e3cc13a2bde6e006e5a7
1         List of maintainers and how to submit kernel changes
3 Please try to follow the guidelines below.  This will make things
4 easier on the maintainers.  Not all of these guidelines matter for every
5 trivial patch so apply some common sense.
7 1.      Always _test_ your changes, however small, on at least 4 or
8         5 people, preferably many more.
10 2.      Try to release a few ALPHA test versions to the net. Announce
11         them onto the kernel channel and await results. This is especially
12         important for device drivers, because often that's the only way
13         you will find things like the fact version 3 firmware needs
14         a magic fix you didn't know about, or some clown changed the
15         chips on a board and not its name.  (Don't laugh!  Look at the
16         SMC etherpower for that.)
18 3.      Make sure your changes compile correctly in multiple
19         configurations. In particular check that changes work both as a
20         module and built into the kernel.
22 4.      When you are happy with a change make it generally available for
23         testing and await feedback.
25 5.      Make a patch available to the relevant maintainer in the list. Use
26         'diff -u' to make the patch easy to merge. Be prepared to get your
27         changes sent back with seemingly silly requests about formatting
28         and variable names.  These aren't as silly as they seem. One
29         job the maintainers (and especially Linus) do is to keep things
30         looking the same. Sometimes this means that the clever hack in
31         your driver to get around a problem actually needs to become a
32         generalized kernel feature ready for next time. See
33         Documentation/CodingStyle for guidance here.
35         PLEASE try to include any credit lines you want added with the
36         patch. It avoids people being missed off by mistake and makes
37         it easier to know who wants adding and who doesn't.
39         PLEASE document known bugs. If it doesn't work for everything
40         or does something very odd once a month document it.
42 6.      Make sure you have the right to send any changes you make. If you
43         do changes at work you may find your employer owns the patch
44         not you.
46 7.      Happy hacking.
48                 -----------------------------------
50 Maintainers List (try to look for most precise areas first)
52 Note: For the hard of thinking, this list is meant to remain in alphabetical
53 order. If you could add yourselves to it in alphabetical order that would be
54 so much easier [Ed]
56 P: Person
57 M: Mail patches to
58 L: Mailing list that is relevant to this area
59 W: Web-page with status/info
60 S: Status, one of the following:
62         Supported:      Someone is actually paid to look after this.
63         Maintained:     Someone actually looks after it.
64         Odd Fixes:      It has a maintainer but they don't have time to do
65                         much other than throw the odd patch in. See below..
66         Orphan:         No current maintainer [but maybe you could take the
67                         role as you write your new code].
68         Obsolete:       Old code. Something tagged obsolete generally means
69                         it has been replaced by a better system and you
70                         should be using that.
72 3C501 NETWORK DRIVER
73 P:      Alan Cox
74 M:      alan@the.3c501.cabal.tm
75 L:      linux-net@vger.kernel.org
76 S:      Maintained for 2.2 only
78 3C505 NETWORK DRIVER
79 P:      Philip Blundell
80 M:      Philip.Blundell@pobox.com
81 L:      linux-net@vger.kernel.org
82 S:      Maintained
84 6PACK NETWORK DRIVER FOR AX.25
85 P:      Andreas Koensgen
86 M:      ajk@iehk.rwth-aachen.de
87 L:      linux-hams@vger.kernel.org
88 S:      Maintained
90 8139TOO ETHERNET DRIVER
91 P:      Jeff Garzik
92 M:      jgarzik@mandrakesoft.com
93 W:      http://sourceforge.net/projects/gkernel/
94 S:      Maintained
96 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
97 P:      Theodore Ts'o
98 M:      tytso@mit.edu
99 L:      linux-serial@vger.kernel.org
100 W:      http://serial.sourceforge.net
101 S:      Maintained
103 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
104 P:      Paul Gortmaker
105 M:      p_gortmaker@yahoo.com
106 L:      linux-net@vger.kernel.org
107 S:      Maintained
109 ACPI
110 P:      Andy Grover
111 M:      andrew.grover@intel.com
112 L:      acpi@phobos.fs.tum.de
113 W:      http://phobos.fs.tum.de/acpi/index.html
114 S:      Maintained
116 AD1816 SOUND DRIVER
117 P:      Thorsten Knabe
118 M:      Thorsten Knabe <tek@rbg.informatik.tu-darmstadt.de>
119 M:      Thorsten Knabe <tek01@hrzpub.tu-darmstadt.de>
120 W:      http://www.student.informatik.tu-darmstadt.de/~tek/projects/linux.html
121 W:      http://www.tu-darmstadt.de/~tek01/projects/linux.html
122 S:      Maintained
124 ADVANSYS SCSI DRIVER
125 P:      Bob Frey
126 M:      linux@advansys.com
127 W:      http://www.advansys.com/linux.html
128 L:      linux-scsi@vger.kernel.org
129 S:      Maintained
131 AEDSP16 DRIVER
132 P:      Riccardo Facchetti
133 M:      fizban@tin.it
134 S:      Maintained
136 AHA152X SCSI DRIVER
137 P:      Juergen E. Fischer
138 M:      Juergen Fischer <fischer@norbit.de>
139 L:      linux-scsi@vger.kernel.org
140 S:      Maintained
142 APM DRIVER
143 P:      Stephen Rothwell
144 M:      apm@linuxcare.com.au
145 L:      linux-laptop@vger.kernel.org
146 W:      http://linuxcare.com.au/apm/
147 S:      Supported
149 APPLETALK NETWORK LAYER
150 P:      Jay Schulist
151 M:      jschlst@turbolinux.com
152 L:      linux-atalk@netspace.org
153 S:      Maintained
155 ARM MFM AND FLOPPY DRIVERS
156 P:      Dave Gilbert
157 M:      linux@treblig.org
158 S:      Maintained
160 ARM PORT
161 P:      Russell King
162 M:      linux@arm.linux.org.uk
163 L:      linux-arm-kernel@lists.arm.linux.org.uk
164 W:      http://www.arm.linux.org.uk/
165 S:      Maintained
167 ARPD SUPPORT
168 P:      Jonathan Layes
169 M:      layes@loran.com
170 L:      linux-net@vger.kernel.org
171 S:      Maintained
173 AX.25 NETWORK LAYER
174 P:      Matthias Welwarsky
175 M:      dg2fef@afthd.tu-darmstadt.de
176 L:      linux-hams@vger.kernel.org
177 S:      Maintained
179 BAYCOM/HDLCDRV/SOUNDMODEM DRIVERS FOR AX.25
180 P:      Thomas Sailer
181 M:      sailer@ife.ee.ethz.ch
182 L:      linux-hams@vger.kernel.org
183 W:      http://www.ife.ee.ethz.ch/~sailer/ham/ham.html
184 S:      Maintained
186 BERKSHIRE PRODUCTS PC WATCHDOG DRIVER
187 P:      Kenji Hollis
188 M:      kenji@bitgate.com
189 W:      http://ftp.bitgate.com/pcwd/
190 S:      Maintained
192 BFS FILE SYSTEM
193 P:      Tigran A. Aivazian
194 M:      tigran@veritas.com
195 L:      linux-kernel@vger.kernel.org
196 W:      http://www.ocston.org/~tigran/patches/bfs
197 S:      Maintained
199 BTTV VIDEO4LINUX DRIVER
200 P:      Gerd Knorr
201 M:      kraxel@goldbach.in-berlin.de
202 L:      video4linux-list@redhat.com
203 W:      http://me.in-berlin.de/~kraxel/bttv.html
204 S:      Maintained
206 BUSLOGIC SCSI DRIVER
207 P:      Leonard N. Zubkoff
208 M:      Leonard N. Zubkoff <lnz@dandelion.com>
209 L:      linux-scsi@vger.kernel.org
210 W:      http://www.dandelion.com/Linux/
211 S:      Maintained
213 CIRRUS LOGIC GENERIC FBDEV DRIVER
214 P:      Jeff Garzik
215 M:      jgarzik@mandrakesoft.com
216 L:      linux-fbdev@vuser.vu.union.edu
217 S:      Odd Fixes
219 CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
220 P:      Cirrus Logic Corporation (kernel 2.2 driver)
221 M:      Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
222 P:      Nils Faerber (port to kernel 2.4)
223 M:      Nils Faerber <nils@kernelconcepts.de>
224 S:      Maintained
226 COMPAQ FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
227 P:      Amy Vanzant-Hodge 
228 M:      Amy Vanzant-Hodge (fibrechannel@compaq.com)
229 L:      compaqandlinux@cpqlin.van-dijk.net
230 W:      ftp.compaq.com/pub/products/drivers/linux
231 S:      Supported
233 COMPAQ SMART2 RAID DRIVER
234 P:      Charles White   
235 M:      Charles White <arrays@compaq.com>
236 L:      compaqandlinux@cpqlin.van-dijk.net
237 W:      ftp.compaq.com/pub/products/drivers/linux
238 S:      Supported       
240 COMPAQ SMART CISS RAID DRIVER 
241 P:      Charles White
242 M:      Charles White <arrays@compaq.com>
243 L:      compaqandlinux@cpqlin.van-dijk.net
244 W:      ftp.compaq.com/pub/products/drivers/linux       
245 S:      Supported 
247 COMPUTONE INTELLIPORT MULTIPORT CARD
248 P:     Doug McNash
249 P:     Michael H. Warfield
250 M:     Doug McNash <dougm@computone.com>
251 M:     Michael H. Warfield <mhw@wittsend.com>
252 W:     http://www.computone.com/
253 W:     http://www.wittsend.com/computone.html
254 L:     linux-computone@lazuli.wittsend.com
255 S:     Supported
257 COMX/MULTIGATE SYNC SERIAL DRIVERS
258 P:      Gergely Madarasz
259 M:      Gergely Madarasz <gorgo@itc.hu>
260 S:      Supported
262 CONFIGURE, MENUCONFIG, XCONFIG
263 P:      Michael Elizabeth Chastain
264 M:      mec@shout.net
265 L:      linux-kbuild@torque.net
266 W:      http://www.kernel.org/pub/linux/kernel/projects/kbuild/
267 S:      Maintained
269 CONFIGURE.HELP
270 P:      Axel Boldt
271 M:      axel@uni-paderborn.de
272 S:      Maintained
274 COSA/SRP SYNC SERIAL DRIVER
275 P:      Jan "Yenya" Kasprzak
276 M:      kas@fi.muni.cz
277 W:      http://www.fi.muni.cz/~kas/cosa/
278 S:      Maintained
280 CPUID/MSR DRIVER
281 P:      H. Peter Anvin
282 M:      hpa@zytor.com
283 S:      Maintained
285 CREDITS FILE
286 P:      John A. Martin
287 M:      jam@acm.org
288 S:      Maintained
290 CYBERPRO FB DRIVER
291 P:      Russell King
292 M:      linux@arm.linux.org.uk
293 W:      http://www.arm.linux.org.uk/
294 S:      Maintained
296 CYCLADES 2X SYNC CARD DRIVER
297 P:      Arnaldo Carvalho de Melo
298 M:      acme@conectiva.com.br
299 W:      http://www.conectiva.com.br/~acme
300 L:      cycsyn-devel@bazar.conectiva.com.br
301 S:      Maintained
303 CYCLADES ASYNC MUX DRIVER
304 P:      Ivan Passos
305 M:      ivan@cyclades.com
306 W:      http://www.cyclades.com/
307 S:      Supported
309 DAMA SLAVE for AX.25
310 P:      Joerg Reuter
311 M:      jreuter@yaina.de
312 W:      http://yaina.de/jreuter/
313 W:      http://www.qsl.net/dl1bke/
314 L:      linux-hams@vger.kernel.org
315 S:      Maintained
317 DC390/AM53C974 SCSI driver
318 P:      Kurt Garloff
319 M:      garloff@suse.de
320 W:      http://www.garloff.de/kurt/linux/dc390/
321 S:      Maintained
323 DECnet NETWORK LAYER
324 P:      Steven Whitehouse
325 M:      SteveW@ACM.org
326 W:      http://www.sucs.swan.ac.uk/~rohan/DECnet/index.html
327 L:      linux-decnet-user@lists.sourceforge.net
328 S:      Maintained
330 DEVICE NUMBER REGISTRY
331 P:      H. Peter Anvin
332 M:      hpa@zytor.com
333 L:      linux-kernel@vger.kernel.org
334 S:      Maintained
336 DEVICE FILESYSTEM
337 P:      Richard Gooch
338 M:      rgooch@atnf.csiro.au
339 L:      linux-kernel@vger.kernel.org
340 S:      Maintained
342 DIGI INTL. EPCA DRIVER
343 P:      Chad Schwartz
344 M:      support@dgii.com
345 M:      chads@dgii.com
346 L:      digilnux@dgii.com
347 S:      Maintained
349 DIGI RIGHTSWITCH NETWORK DRIVER
350 P:      Rick Richardson
351 M:      rick@remotepoint.com
352 L:      linux-net@vger.kernel.org
353 W:      http://www.dgii.com/linux/
354 S:      Maintained
356 DIGIBOARD PC/XE AND PC/XI DRIVER
357 P:      Christoph Lameter
358 M:      christoph@lameter.com
359 W:      http://www.dgii.com/linux,http://lameter.com/digi
360 L:      digilnux@dgii.com
361 S:      Maintained
363 DIRECTORY NOTIFICATION
364 P:      Stephen Rothwell
365 M:      sfr@linuxcare.com.au
366 L:      linux-kernel@vger.kernel.org
367 S:      Supported
369 DISK GEOMETRY AND PARTITION HANDLING
370 P:     Andries Brouwer
371 M:     aeb@veritas.com
372 W:     http://www.win.tue.nl/~aeb/linux/Large-Disk.html
373 W:     http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
374 W:     http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
375 S:     Maintained
377 DISKQUOTA:
378 P:      Marco van Wieringen
379 M:      mvw@planets.elm.net
380 L:      linux-kernel@vger.kernel.org
381 S:      Maintained
383 DOUBLETALK DRIVER
384 P:      James R. Van Zandt
385 M:      jrv@vanzandt.mv.com
386 L:      blinux-list@redhat.com
387 S:      Maintained
389 DRM DRIVERS
390 P:      Rik Faith
391 M:      faith@valinux.com
392 L:      dri-devel@lists.sourceforge.net
393 S:      Supported
395 EATA-DMA SCSI DRIVER
396 P:      Michael Neuffer
397 M:      mike@i-Connect.Net
398 L:      linux-eata@i-connect.net, linux-scsi@vger.kernel.org
399 S:      Maintained
401 EATA ISA/EISA/PCI SCSI DRIVER
402 P:      Dario Ballabio
403 M:      ballabio_dario@emc.com
404 L:      linux-scsi@vger.kernel.org
405 S:      Maintained
407 EATA-PIO SCSI DRIVER
408 P:      Michael Neuffer
409 M:      mike@i-Connect.Net
410 L:      linux-eata@i-connect.net, linux-scsi@vger.kernel.org
411 S:      Maintained
413 EEPRO100 NETWORK DRIVER
414 P:      Andrey V. Savochkin
415 M:      saw@saw.sw.com.sg
416 S:      Maintained
418 EMU10K1 SOUND DRIVER
419 P:      Rui Sousa       
420 M:      rsousa@grad.physics.sunysb.edu  
421 L:      emu10k1-devel@opensource.creative.com
422 W:      http://opensource.creative.com/
423 S:      Maintained
425 ETHEREXPRESS-16 NETWORK DRIVER
426 P:      Philip Blundell
427 M:      Philip.Blundell@pobox.com
428 L:      linux-net@vger.kernel.org
429 S:      Maintained
431 ETHERNET BRIDGE
432 P:      Lennert Buytenhek
433 M:      buytenh@gnu.org
434 L:      bridge@math.leidenuniv.nl
435 W:      http://www.math.leidenuniv.nl/~buytenh/bridge
436 S:      Maintained
438 ETHERTEAM 16I DRIVER
439 P:      Mika Kuoppala
440 M:      miku@iki.fi
441 S:      Maintained
443 EXT2 FILE SYSTEM
444 P:      Remy Card
445 M:      Remy.Card@linux.org
446 L:      linux-kernel@vger.kernel.org
447 S:      Maintained
449 FILE LOCKING (flock() and fcntl()/lockf())
450 P:      Matthew Wilcox
451 M:      matthew@wil.cx
452 L:      linux-fsdevel@vger.kernel.org
453 S:      Maintained
455 FPU EMULATOR
456 P:      Bill Metzenthen
457 M:      billm@suburbia.net
458 W:      http://suburbia.net/~billm/floating-point/emulator/
459 S:      Maintained
461 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
462 P:      Mike McLagan
463 M:      mike.mclagan@linux.org
464 L:      linux-net@vger.kernel.org
465 S:      Maintained
467 FTAPE/QIC-117
468 P:      Claus-Justus Heine
469 M:      claus@momo.math.rwth-aachen.de
470 L:      linux-tape@vger.kernel.org
471 W:      http://www-math.math.rwth-aachen.de/~LBFM/claus/ftape/
472 S:      Maintained
474 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
475 P:      Rik Faith
476 M:      faith@cs.unc.edu
477 L:      linux-scsi@vger.kernel.org
478 S:      Odd fixes (e.g., new signatures)
480 GDT SCSI DISK ARRAY CONTROLLER DRIVER
481 P:      Achim Leubner
482 M:      achim@vortex.de
483 L:      linux-scsi@vger.kernel.org
484 W:      http://www.icp-vortex.com/
485 S:      Supported
487 HAYES ESP SERIAL DRIVER
488 P:      Andrew J. Robinson
489 M:      arobinso@nyx.net
490 L:      linux-kernel@vger.kernel.org
491 W:      http://www.nyx.net/~arobinso
492 S:      Maintained
494 HFS FILESYSTEM
495 P:      Adrian Sun
496 M:      asun@cobaltnet.com
497 L:      linux-kernel@vger.kernel.org
498 S:      Maintained
500 HGA FRAMEBUFFER DRIVER
501 P:      Ferenc Bakonyi
502 M:      fero@drama.obuda.kando.hu
503 L:      linux-nvidia@lists.surfsouth.com
504 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
505 S:      Maintained
507 HIGH-SPEED SCC DRIVER FOR AX.25
508 P:      Klaus Kudielka
509 M:      klaus.kudielka@ieee.org
510 L:      linux-hams@vger.kernel.org
511 W:      http://www.nt.tuwien.ac.at/~kkudielk/Linux/
512 S:      Maintained
514 KERNEL BUILD (Makefile, Rules.make, scripts/*)
515 P:      Keith Owens
516 M:      kaos@ocs.com.au
517 P:      Michael Elizabeth Chastain
518 M:      mec@shout.net
519 L:      linux-kbuild@torque.net
520 W:      http://www.kernel.org/pub/linux/kernel/projects/kbuild/
521 S:      Maintained 
523 LOGICAL VOLUME MANAGER
524 P:     Heinz Mauelshagen
525 M:     linux-LVM@EZ-Darmstadt.Telekom.de
526 L:     linux-LVM@msede.com
527 W:     http://linux.msede.com/lvm
528 S:     Maintained 
530 HIPPI
531 P:      Jes Sorensen
532 M:      Jes.Sorensen@cern.ch
533 L:      linux-hippi@sunsite.auc.dk
534 S:      Maintained
536 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
537 P:      Jaroslav Kysela
538 M:      perex@suse.cz
539 S:      Maintained
541 HPFS FILESYSTEM
542 P:      Mikulas Patocka
543 M:      mikulas@artax.karlin.mff.cuni.cz
544 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
545 S:      Maintained
547 I2C DRIVERS
548 P:      Simon Vogl
549 M:      simon@tk.uni-linz.ac.at
550 P:      Frodo Looijaard
551 M:      frodol@dds.nl
552 L:      linux-i2c@pelican.tk.uni-linz.ac.at
553 W:      http://www.tk.uni-linz.ac.at/~simon/private/i2c
554 S:      Maintained
556 i386 BOOT CODE
557 P:      Riley H. Williams
558 M:      rhw@memalpha.cx
559 L:      Linux-Kernel@vger.kernel.org
560 S:      Maintained
562 i810 TCO TIMER WATCHDOG
563 P:      Nils Faerber
564 M:      nils@kernelconcepts.de
565 W:      http://www.kernelconcepts.de/
566 S:      Maintained
568 IBM MCA SCSI SUBSYSTEM DRIVER
569 P:      Michael Lang
570 M:      langa2@kph.uni-mainz.de
571 W:      http://www.uni-mainz.de/~langm000/linux.html
572 S:      Maintained
574 IBM ServeRAID RAID DRIVER
575 P:      Keith Mitchell
576 M:      ipslinux@us.ibm.com
577 W:      http://www.developer.ibm.com/welcome/netfinity/serveraid.html
578 S:      Supported 
580 IDE DRIVER [GENERAL]
581 P:      Andre Hedrick
582 M:      andre@linux-ide.org
583 M:      ahedrick@atipa.com
584 M:      andre@suse.com
585 L:      linux-kernel@vger.kernel.org
586 W:      http://www.kernel.org/pub/linux/kernel/people/hedrick/
587 W:      http://www.linux-ide.org/
588 S:      Supported
590 IDE/ATAPI CDROM DRIVER
591 P:      Jens Axboe
592 M:      axboe@suse.de
593 L:      linux-kernel@vger.kernel.org
594 W:      http://www.kernel.dk
595 S:      Maintained
597 IDE/ATAPI TAPE/FLOPPY DRIVERS
598 P:      Gadi Oxman
599 M:      Gadi Oxman <gadio@netvision.net.il>
600 L:      linux-kernel@vger.kernel.org
601 S:      Maintained
603 IEEE 1394 SUBSYSTEM
604 P:      Andreas Bombe
605 M:      andreas.bombe@munich.netsurf.de
606 L:      linux1394-devel@lists.sourceforge.net
607 W:      http://linux1394.sourceforge.net/
608 S:      Maintained
610 IEEE 1394 AIC5800 DRIVER
611 L:      linux1394-devel@lists.sourceforge.net
612 S:      Orphan
614 IEEE 1394 OHCI DRIVER
615 P:      Sebastien Rougeaux
616 M:      sebastien.rougeaux@anu.edu.au
617 L:      linux1394-devel@lists.sourceforge.net
618 S:      Maintained
620 IEEE 1394 PCILYNX DRIVER
621 P:      Andreas Bombe
622 M:      andreas.bombe@munich.netsurf.de
623 L:      linux1394-devel@lists.sourceforge.net
624 S:      Maintained
626 IEEE 1394 RAW I/O DRIVER
627 P:      Andreas Bombe
628 M:      andreas.bombe@munich.netsurf.de
629 L:      linux1394-devel@lists.sourceforge.net
630 S:      Maintained
632 INTEL APIC/IOAPIC, LOWLEVEL X86 SMP SUPPORT
633 P:      Ingo Molnar
634 M:      mingo@redhat.com
635 S:      Maintained
637 INTEL I8XX RANDOM NUMBER GENERATOR SUPPORT
638 P:      Jeff Garzik
639 M:      jgarzik@mandrakesoft.com
640 W:      http://sourceforge.net/projects/gkernel/
641 S:      Maintained
643 INTEL IA32 MICROCODE UPDATE SUPPORT
644 P:      Tigran Aivazian
645 M:      tigran@veritas.com
646 S:      Maintained
648 IP MASQUERADING:
649 P:      Juanjo Ciarlante
650 M:      jjciarla@raiz.uncu.edu.ar
651 S:      Maintained
653 IPX/SPX NETWORK LAYER
654 P:      Jay Schulist
655 M:      jschlst@turbolinux.com
656 L:      linux-net@vger.kernel.org
657 S:      Maintained
659 IRDA SUBSYSTEM
660 P:      Dag Brattli
661 M:      Dag Brattli <dag@brattli.net>
662 L:      linux-irda@pasta.cs.uit.no
663 W:      http://irda.sourceforge.net/
664 S:      Maintained
666 ISAPNP
667 P:      Jaroslav Kysela
668 M:      perex@suse.cz
669 S:      Maintained
671 ISDN SUBSYSTEM (general)
672 P:      Fritz Elfert
673 M:      fritz@isdn4linux.de
674 L:      isdn4linux@listserv.isdn4linux.de
675 W:      http://www.isdn4linux.de
676 S:      Maintained
678 ISDN SUBSYSTEM (card drivers)
679 P:      Karsten Keil
680 M:      kkeil@suse.de
681 L:      isdn4linux@listserv.isdn4linux.de
682 W:      http://www.isdn4linux.de
683 S:      Maintained
685 ISDN SUBSYSTEM (Eicon active card driver)
686 P:      Armin Schindler
687 M:      mac@melware.de
688 L:      isdn4linux@listserv.isdn4linux.de
689 W:      http://www.melware.de
690 S:      Maintained
692 JOURNALLING FLASH FILE SYSTEM (JFFS)
693 P:      Axis Communications AB
694 M:      jffs-dev@axis.com
695 L:      jffs-dev@axis.com
696 W:      http://www.developer.axis.com/software/jffs/
697 S:      Maintained
699 JOYSTICK DRIVER
700 P:      Vojtech Pavlik
701 M:      vojtech@suse.cz
702 L:      linux-joystick@atrey.karlin.mff.cuni.cz
703 W:      http://www.suse.cz/development/joystick/
704 S:      Supported
706 KERNEL AUTOMOUNTER (AUTOFS)
707 P:      H. Peter Anvin
708 M:      hpa@zytor.com
709 L:      autofs@linux.kernel.org
710 S:      Maintained
712 KERNEL AUTOMOUNTER v4 (AUTOFS4)
713 P:      Jeremy Fitzhardinge
714 M:      jeremy@goop.org
715 L:      autofs@linux.kernel.org
716 S:      Maintained
718 KERNEL NFSD
719 P:      Neil Brown
720 M:      neilb@cse.unsw.edu.au
721 L:      nfs-devel@linux.kernel.org (Linux NFS)
722 L:      nfs@lists.sourceforge.net
723 W:      http://nfs.sourceforge.net/
724 W:      http://www.cse.unsw.edu.au/~neilb/oss/knfsd/
725 S:      Maintained
727 LANMEDIA WAN CARD DRIVER
728 P:      Andrew Stanley-Jones
729 M:      asj@lanmedia.com
730 W:      http://www.lanmedia.com/
731 S:      Supported
733 LAPB module
734 P:      Henner Eisen
735 M:      eis@baty.hanse.de
736 L:      linux-x25@vger.kernel.org
737 S:      Maintained
739 LINUX FOR POWERPC
740 P:      Cort Dougan
741 M:      cort@fsmlabs.com
742 W:      http://www.ppc.kernel.org/
743 S:      Maintained
745 LINUX FOR POWER MACINTOSH
746 P:      Paul Mackerras
747 M:      paulus@linuxcare.com
748 W:      http://www.linuxppc.org/
749 L:      linuxppc-dev@lists.linuxppc.org
750 S:      Maintained
752 M68K
753 P:      Jes Sorensen
754 M:      Jes.Sorensen@cern.ch
755 W:      http://www.clark.net/pub/lawrencc/linux/index.html
756 L:      linux-m68k@lists.linux-m68k.org
757 S:      Maintained
759 M68K ON APPLE MACINTOSH
760 P:      Joshua Thompson
761 M:      funaho@jurai.org
762 W:      http://www.mac.linux-m68k.org/
763 L:      linux-mac68k@mac.linux-m68k.org
764 S:      Maintained
766 M68K ON HP9000/300
767 P:      Philip Blundell
768 M:      philb@gnu.org
769 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
770 S:      Maintained
772 MAESTRO PCI SOUND DRIVER
773 P:      Zach Brown
774 M:      zab@zabbo.net
775 S:      Odd Fixes
777 MEMORY TECHNOLOGY DEVICES
778 P:      David Woodhouse
779 M:      dwmw2@redhat.com
780 W:      http://www.linux-mtd.infradead.org/
781 L:      mtd@infradead.org
782 S:      Maintained
784 MIPS
785 P:      Ralf Baechle
786 M:      ralf@gnu.ai.mit.edu
787 W:      http://lena.fnet.fr/
788 L:      linux-mips@fnet.fr
789 S:      Maintained
791 MISCELLANEOUS MCA-SUPPORT
792 P:      David Weinehall
793 M:      Project MCA Team <mcalinux@acc.umu.se>
794 M:      David Weinehall <tao@acc.umu.se>
795 W:      http://www.acc.umu.se/~tao/
796 W:      http://www.acc.umu.se/~mcalinux/
797 L:      linux-kernel@vger.kernel.org
798 S:      Maintained
800 MODULE SUPPORT [GENERAL], KMOD
801 P:      Keith Owens
802 M:      kaos@ocs.com.au
803 L:      linux-kernel@vger.kernel.org
804 S:      Maintained
806 MOUSE AND MISC DEVICES [GENERAL]
807 P:      Alessandro Rubini
808 M:      rubini@ipvvis.unipv.it
809 L:      linux-kernel@vger.kernel.org
810 S:      Maintained
812 MTRR AND SIMILAR SUPPORT [i386]
813 P:      Richard Gooch
814 M:      rgooch@atnf.csiro.au
815 L:      linux-kernel@vger.kernel.org
816 W:      http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
817 S:      Maintained
819 MULTISOUND SOUND DRIVER
820 P:      Andrew Veliath
821 M:      andrewtv@usa.net
822 S:      Maintained
824 NCP FILESYSTEM
825 P:      Petr Vandrovec
826 M:      vandrove@vc.cvut.cz
827 P:      Volker Lendecke
828 M:      vl@kki.org
829 L:      linware@sh.cvut.cz
830 S:      Maintained
832 NETFILTER
833 P:      Rusty Russell
834 M:      rusty@linuxcare.com
835 P:      Marc Boucher
836 M:      marc@mbsi.ca
837 W:      http://www.samba.org/netfilter/
838 W:      http://netfilter.kernelnotes.org
839 W:      http://netfilter.filewatcher.org
840 L:      netfilter@lists.samba.org
841 S:      Supported
843 NETROM NETWORK LAYER
844 P:      Tomi Manninen
845 M:      Tomi.Manninen@hut.fi
846 L:      linux-hams@vger.kernel.org
847 S:      Maintained
849 NETWORK BLOCK DEVICE
850 P:      Pavel Machek
851 M:      pavel@atrey.karlin.mff.cuni.cz
852 S:      Maintained
854 NETWORKING [GENERAL]
855 P:      Networking Team
856 M:      netdev@oss.sgi.com
857 L:      linux-net@vger.kernel.org
858 W:      http://www.uk.linux.org/NetNews.html (2.0 only)
859 S:      Maintained
861 NETWORKING [IPv4/IPv6]
862 P:      David S. Miller
863 M:      davem@redhat.com
864 P:      Andi Kleen
865 M:      ak@muc.de
866 P:      Alexey Kuznetsov
867 M:      kuznet@ms2.inr.ac.ru
868 L:      netdev@oss.sgi.com
869 S:      Maintained
871 NFS CLIENT
872 P:      Trond Myklebust
873 M:      trond.myklebust@fys.uio.no
874 L:      linux-kernel@vger.kernel.org
875 S:      Maintained
877 NI5010 NETWORK DRIVER
878 P:     Jan-Pascal van Best and Andreas Mohr
879 M:     Jan-Pascal van Best <jvbest@qv3pluto.leidenuniv.nl>
880 M:     Andreas Mohr <100.30936@germany.net>
881 L:     linux-net@vger.kernel.org
882 S:     Maintained
884 NON-IDE/NON-SCSI CDROM DRIVERS [GENERAL] (come on, crew - mark your responsibility)
885 P:      Eberhard Moenkeberg
886 M:      emoenke@gwdg.de
887 L:      linux-kernel@vger.kernel.org
888 S:      Maintained
890 NTFS FILESYSTEM
891 P:      Anton Altaparmakov
892 M:      aia21@cus.cam.ac.uk
893 L:      linux-kernel@vger.kernel.org
894 S:      Odd Fixes
896 NVIDIA (RIVA) FRAMEBUFFER DRIVER
897 P:      Ani Joshi
898 M:      ajoshi@shell.unixbox.com
899 L:      linux-nvidia@lists.surfsouth.com
900 S:      Maintained
902 OLYMPIC NETWORK DRIVER
903 P:      Peter De Shrijver
904 M:      p2@ace.ulyssis.sutdent.kuleuven.ac.be   
905 P:      Mike Phillips
906 M:      phillim@amtrak.com
907 L:      linux-net@vger.kernel.org
908 L:      linux-tr@emissary.aus-etc.com
909 W:      http://www.linuxtr.net
910 S:      Maintained
912 ONSTREAM SCSI TAPE DRIVER
913 P:      Willem Riede
914 M:      osst@riede.org
915 L:      osst@linux1.onstream.nl
916 L:      linux-scsi@vger.rutgers.edu
917 S:      Maintained
919 OPL3-SA2, SA3, and SAx DRIVER
920 P:      Scott Murray
921 M:      scott@spiteful.org
922 L:      linux-sound@vger.kernel.org
923 S:      Maintained
925 PARALLEL PORT SUPPORT
926 P:      Phil Blundell
927 M:      Philip.Blundell@pobox.com
928 P:      Tim Waugh
929 M:      tim@cyberelk.demon.co.uk
930 P:      David Campbell
931 M:      campbell@torque.net
932 P:      Andrea Arcangeli
933 M:      andrea@e-mind.com
934 L:      linux-parport@torque.net
935 W:      http://people.redhat.com/twaugh/parport/
936 S:      Maintained
938 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
939 P:      Tim Waugh
940 M:      tim@cyberelk.demon.co.uk
941 L:      linux-parport@torque.net
942 W:      http://www.torque.net/linux-pp.html
943 S:      Maintained
945 PCI ID DATABASE
946 P:      Jens Maurer
947 M:      jmaurer@cck.uni-kl.de
948 S:      Maintained
950 PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES)
951 P:      Thomas Sailer
952 M:      sailer@ife.ee.ethz.ch
953 L:      linux-sound@vger.kernel.org
954 W:      http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html
955 S:      Maintained
957 PCI SUBSYSTEM
958 P:      Martin Mares
959 M:      mj@suse.cz
960 L:      linux-kernel@vger.kernel.org
961 S:      Supported
963 PCMCIA SUBSYSTEM
964 P:      David Hinds
965 M:      dhinds@zen.stanford.edu
966 L:      linux-kernel@vger.kernel.org
967 W:      http://pcmcia-cs.sourceforge.net
968 S:      Maintained
970 PCNET32 NETWORK DRIVER
971 P:      Thomas Bogendörfer
972 M:      tsbogend@alpha.franken.de
973 L:      linux-net@vger.kernel.org
974 S:      Maintained
976 PNP SUPPORT
977 P:      Tom Lees
978 M:      tom@lpsg.demon.co.uk
979 L:      pnp-users@ferret.lmh.ox.ac.uk
980 L:      pnp-devel@ferret.lmh.ox.ac.uk
981 W:      http://www-jcr.lmh.ox.ac.uk/~pnp/
982 S:      Maintained
984 PPP PROTOCOL DRIVERS AND COMPRESSORS
985 P:      Paul Mackerras
986 M:      paulus@linuxcare.com
987 L:      linux-ppp@vger.kernel.org
988 S:      Maintained
990 PPP OVER ETHERNET
991 P:      Michal Ostrowski
992 M:      mostrows@styx.uwaterloo.ca
993 S:      Maintained
995 PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
996 P:      Peter Denison
997 M:      promise@pnd-pc.demon.co.uk
998 W:      http://www.pnd-pc.demon.co.uk/promise/
999 S:      Maintained
1001 QNX4 FILESYSTEM
1002 P:      Anders Larsen
1003 M:      al@alarsen.net
1004 L:      linux-kernel@vger.kernel.org
1005 W:      http://www.alarsen.net/linux/qnx4fs/
1006 S:      Maintained
1008 RAGE128 FRAMEBUFFER DISPLAY DRIVER
1009 P:      Brad Douglas
1010 M:      brad@neruo.com
1011 L:      linux-fbdev@vuser.vu.union.edu
1012 S:      Maintained
1014 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
1015 P:      Corey Thomas
1016 M:      corey@world.std.com
1017 L:      linux-kernel@vger.kernel.org
1018 S:      Maintained
1020 REAL TIME CLOCK DRIVER
1021 P:      Paul Gortmaker
1022 M:      p_gortmaker@yahoo.com
1023 L:      linux-kernel@vger.kernel.org
1024 S:      Maintained
1026 ROSE NETWORK LAYER
1027 P:      Jean-Paul Roubelat
1028 M:      jpr@f6fbb.org
1029 L:      linux-hams@vger.kernel.org
1030 S:      Maintained
1032 RISCOM8 DRIVER
1033 P:      Dmitry Gorodchanin
1034 M:      pgmdsg@ibi.com
1035 L:      linux-kernel@vger.kernel.org
1036 S:      Maintained
1038 RTLINUX  REALTIME  LINUX
1039 P:      Victor Yodaiken
1040 M:      yodaiken@fsmlabs.com
1041 L:      rtl@rtlinux.org
1042 W:      www.rtlinux.org
1043 S:      Maintained
1045 SA1100 SUPPORT
1046 P:      Nicolas Pitre
1047 M:      nico@cam.org
1048 L:      sa1100-linux@pa.dec.com
1049 S:      Maintained
1051 SBPCD CDROM DRIVER
1052 P:      Eberhard Moenkeberg
1053 M:      emoenke@gwdg.de
1054 L:      linux-kernel@vger.kernel.org
1055 S:      Maintained
1057 SCSI CDROM DRIVER
1058 P:      Jens Axboe
1059 M:      axboe@suse.de
1060 L:      linux-scsi@vger.kernel.org
1061 W:      http://www.kernel.dk
1062 S:      Maintained
1064 SCSI SG DRIVER
1065 P:      Doug Gilbert
1066 M:      dgilbert@interlog.com
1067 L:      linux-scsi@vger.kernel.org
1068 W:      http://www.torque.net/sg
1069 S:      Maintained
1071 SCSI SUBSYSTEM
1072 L:      linux-scsi@vger.kernel.org
1073 S:      Unmaintained
1075 SCSI TAPE DRIVER
1076 P:      Kai Mdkisara
1077 M:      Kai.Makisara@metla.fi
1078 L:      linux-scsi@vger.kernel.org
1079 S:      Maintained
1081 SGI VISUAL WORKSTATION 320 AND 540
1082 P:      Bent Hagemark
1083 M:      bh@sgi.com
1084 P:      Ingo Molnar
1085 M:      mingo@redhat.com
1086 S:      Maintained
1088 SIS 900/7016 FAST ETHERNET DRIVER
1089 P:      Ollie Lho
1090 M:      ollie@sis.com.tw
1091 L:      linux-net@vger.kernel.org
1092 S:      Supported
1094 SMB FILESYSTEM
1095 P:      Urban Widmark
1096 M:      urban@svenskatest.se
1097 W:      http://samba.org/
1098 L:      samba@samba.org
1099 S:      Maintained
1101 SMP: (except SPARC)
1102 P:      Linus Torvalds
1103 M:      torvalds@transmeta.com
1104 L:      linux-smp@vger.kernel.org
1105 S:      Maintained
1107 SOFTWARE RAID (Multiple Disks) SUPPORT
1108 P:      Ingo Molnar
1109 M:      mingo@redhat.com
1110 S:      Maintained
1112 SONIC NETWORK DRIVER
1113 P:      Thomas Bogendoerfer
1114 M:      tsbogend@alpha.franken.de
1115 L:      linux-net@vger.kernel.org
1116 S:      Maintained
1118 SOUND
1119 P:      Alan Cox
1120 M:      alan@redhat.com
1121 S:      Maintained for 2.2 only
1123 SPARC:
1124 P:      David S. Miller
1125 M:      davem@redhat.com
1126 P:      Eddie C. Dost
1127 M:      ecd@skynet.be
1128 P:      Jakub Jelinek
1129 M:      jj@sunsite.ms.mff.cuni.cz
1130 P:      Anton Blanchard
1131 M:      anton@linuxcare.com
1132 L:      sparclinux@vger.kernel.org
1133 L:      ultralinux@vger.kernel.org
1134 W:      http://ultra.linux.cz
1135 W:      http://www.geog.ubc.ca/s_linux.html
1136 S:      Maintained
1138 SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
1139 P:      Roger Wolff
1140 M:      R.E.Wolff@BitWizard.nl
1141 M:      io8-linux@specialix.co.uk
1142 L:      linux-kernel@vger.kernel.org ?
1143 S:      Supported
1145 SPX NETWORK LAYER
1146 P:      Jay Schulist
1147 M:      jschlst@turbolinux.com
1148 L:      linux-net@vger.kernel.org
1149 S:      Supported
1151 SNA NETWORK LAYER
1152 P:      Jay Schulist
1153 M:      jschlst@turbolinux.com
1154 L:      linux-sna@turbolinux.com
1155 W:      http://www.linux-sna.org
1156 S:      Supported
1158 STALLION TECHNOLOGIES MULTIPORT SERIAL BOARDS
1159 M:      support@stallion.oz.au
1160 W:      http://www.stallion.com
1161 S:      Supported
1163 STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
1164 W:      http://mosquitonet.Stanford.EDU/strip.html
1165 S:      Unsupported ?
1167 STRADIS MPEG-2 DECODER DRIVER
1168 P:      Nathan Laredo
1169 M:      laredo@gnu.org
1170 W:      http://mpeg.openprojects.net/
1171 W:      http://www.stradis.com/
1172 S:      Maintained
1174 SUPERH
1175 P:      Niibe Yutaka
1176 M:      gniibe@m17n.org
1177 P:      Kazumoto Kojima
1178 M:      kkojima@rr.iij4u.or.jp
1179 L:      linux-sh@m17n.org
1180 W:      http://www.m17n.org/linux-sh/
1181 W:      http://www.rr.iij4u.or.jp/~kkojima/linux-sh4.html
1182 S:      Maintained
1184 SVGA HANDLING
1185 P:      Martin Mares
1186 M:      mj@suse.cz
1187 L:      linux-video@atrey.karlin.mff.cuni.cz
1188 S:      Maintained
1190 SYSV FILESYSTEM
1191 P:      Krzysztof G. Baranowski
1192 M:      kgb@manjak.knm.org.pl
1193 S:      Maintained
1195 TLAN NETWORK DRIVER
1196 P:      Torben Mathiasen
1197 M:      torben.mathiasen@compaq.com
1198 M:      torben@kernel.dk
1199 L:      tlan@vuser.vu.union.edu
1200 L:      linux-net@vger.kernel.org
1201 W:      http://tlan.kernel.dk
1202 S:      Maintained
1204 TOKEN-RING NETWORK DRIVER
1205 P:      Paul Norton
1206 M:      pnorton@ieee.org
1207 L:      linux-net@vger.kernel.org
1208 L:      linux-tr@linuxtr.net
1209 S:      Maintained
1211 TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
1212 P:      Ollie Lho  
1213 M:      ollie@sis.com.tw
1214 L:      linux-kernel@vger.kernel.org
1215 S:      Supported
1217 TMS380 TOKEN-RING NETWORK DRIVER
1218 P:      Adam Fritzler
1219 M:      mid@auk.cx
1220 L:      linux-tr@linuxtr.net
1221 W:      http://www.auk.cx/tms380tr/
1222 S:      Maintained
1224 TULIP NETWORK DRIVER
1225 P:      Jeff Garzik
1226 M:      jgarzik@mandrakesoft.com
1227 L:      tulip-users@lists.sourceforge.net
1228 W:      http://sourceforge.net/projects/tulip/
1229 S:      Maintained
1231 TUN/TAP driver
1232 P:      Maxim Krasnyansky
1233 M:      maxk@qualcomm.com, max_mk@yahoo.com
1234 L:      vtun@office.satix.net
1235 W:      http://vtun.sourceforge.net/tun
1236 S:      Maintained
1238 U14-34F SCSI DRIVER
1239 P:      Dario Ballabio
1240 M:      ballabio_dario@emc.com
1241 L:      linux-scsi@vger.kernel.org
1242 S:      Maintained
1244 UDF FILESYSTEM
1245 P:      Ben Fennema
1246 M:      bfennema@falcon.csc.calpoly.edu
1247 P:      Dave Boynton
1248 M:      dave@trylinux.com
1249 L:      linux_udf@hootie.lvld.hp.com
1250 W:      http://www.trylinux.com/projects/udf/index.html
1251 S:      Maintained
1253 UMSDOS FILESYSTEM
1254 P:      Matija Nalis
1255 M:      Matija Nalis <mnalis-umsdos@voyager.hr>
1256 L:      linux-kernel@vger.kernel.org
1257 W:      http://linux.voyager.hr/umsdos/
1258 S:      Maintained
1260 UNIFORM CDROM DRIVER
1261 P:      Jens Axboe
1262 M:      axboe@suse.de
1263 L:      linux-kernel@vger.kernel.org
1264 W:      http://www.kernel.dk
1265 S:      Maintained
1267 USB SUBSYSTEM
1268 P:      Johannes Erdfelt
1269 M:      jerdfelt@valinux.com
1270 M:      johannes@erdfelt.com
1271 L:      linux-usb-users@lists.sourceforge.net
1272 L:      linux-usb-devel@lists.sourceforge.net
1273 W:      http://www.linux-usb.org
1274 S:      Supported
1276 USB ACM DRIVER
1277 P:      Vojtech Pavlik
1278 M:      vojtech@suse.cz
1279 L:      linux-usb-users@lists.sourceforge.net
1280 L:      linux-usb-devel@lists.sourceforge.net
1281 S:      Supported
1283 USB BLUETOOTH DRIVER
1284 P:      Greg Kroah-Hartman
1285 M:      greg@kroah.com
1286 L:      linux-usb-users@lists.sourceforge.net
1287 L:      linux-usb-devel@lists.sourceforge.net
1288 S:      Maintained
1289 W:      http://www.kroah.com/linux-usb/
1291 USB HID/HIDBP/INPUT DRIVERS
1292 P:      Vojtech Pavlik
1293 M:      vojtech@suse.cz
1294 L:      linux-usb-users@lists.sourceforge.net
1295 L:      linux-usb-devel@lists.sourceforge.net
1296 W:      http://www.suse.cz/development/input/
1297 S:      Supported
1299 USB HUB
1300 P:      Johannes Erdfelt
1301 M:      jerdfelt@valinux.com
1302 M:      johannes@erdfelt.com
1303 L:      linux-usb-users@lists.sourceforge.net
1304 L:      linux-usb-devel@lists.sourceforge.net
1305 S:      Maintained
1307 USB OHCI DRIVER
1308 P:      Roman Weissgaerber
1309 M:      weissg@vienna.at
1310 L:      linux-usb-users@lists.sourceforge.net
1311 L:      linux-usb-devel@lists.sourceforge.net
1312 S:      Maintained
1314 USB OV511 DRIVER
1315 P:     Mark McClelland
1316 M:     mwm@i.am
1317 L:     linux-usb-users@lists.sourceforge.net
1318 L:     linux-usb-devel@lists.sourceforge.net
1319 W:     http://alpha.dyndns.org/ov511/
1320 S:     Maintained
1322 USB PEGASUS DRIVER
1323 P:      Petko Manolov
1324 M:      petkan@dce.bg
1325 L:      linux-usb-users@lists.sourceforge.net
1326 L:      linux-usb-devel@lists.sourceforge.net
1327 S:      Maintained
1329 USB PRINTER DRIVER
1330 P:      Vojtech Pavlik
1331 M:      vojtech@suse.cz
1332 L:      linux-usb-users@lists.sourceforge.net
1333 L:      linux-usb-devel@lists.sourceforge.net
1334 S:      Supported
1336 USB SERIAL DIGI ACCELEPORT DRIVER
1337 P:      Peter Berger and Al Borchers
1338 M:      pberger@brimson.com
1339 M:      alborchers@steinerpoint.com
1340 L:      linux-usb-users@lists.sourceforge.net
1341 L:      linux-usb-devel@lists.sourceforge.net
1342 S:      Maintained
1344 USB SERIAL KEYSPAN DRIVER
1345 P:      Hugh Blemings
1346 M:      hugh@linuxcare.com
1347 L:      linux-usb-users@lists.sourceforge.net
1348 L:      linux-usb-devel@lists.sourceforge.net
1349 S:      Maintained
1350 W:      http://www.linuxcare.com.au/hugh/keyspan.html
1352 USB SERIAL DRIVER
1353 P:      Greg Kroah-Hartman
1354 M:      greg@kroah.com
1355 L:      linux-usb-users@lists.sourceforge.net
1356 L:      linux-usb-devel@lists.sourceforge.net
1357 S:      Maintained
1358 W:      http://www.kroah.com/linux-usb/
1360 USB SERIAL BELKIN F5U103 DRIVER
1361 P:      William Greathouse
1362 M:      wgreathouse@smva.com
1363 M:      wgreathouse@myfavoritei.com
1364 L:      linux-usb-users@lists.sourceforge.net
1365 L:      linux-usb-devel@lists.sourceforge.net
1366 S:      Maintained
1368 USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
1369 P:      Gary Brubaker
1370 M:      xavyer@ix.netcom.com
1371 L:      linux-usb-users@lists.sourceforge.net
1372 L:      linux-usb-devel@lists.sourceforge.net
1373 S:      Maintained
1375 USB MASS STORAGE DRIVER
1376 P:      Matthew Dharm
1377 M:      mdharm-usb@one-eyed-alien.net
1378 L:      linux-usb-users@lists.sourceforge.net
1379 L:      linux-usb-devel@lists.sourceforge.net
1380 S:      Maintained
1381 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
1383 USB UHCI DRIVER
1384 P:      Georg Acher
1385 M:      usb@in.tum.de
1386 L:      linux-usb-users@lists.sourceforge.net
1387 L:      linux-usb-devel@lists.sourceforge.net
1388 W:      http://usb.in.tum.de
1389 S:      Maintained
1390         
1391 VFAT FILESYSTEM:
1392 P:      Gordon Chaffee
1393 M:      chaffee@cs.berkeley.edu
1394 L:      linux-kernel@vger.kernel.org
1395 W:      http://bmrc.berkeley.edu/people/chaffee
1396 S:      Maintained
1398 VIA 82Cxxx AUDIO DRIVER
1399 P:      Jeff Garzik
1400 M:      jgarzik@mandrakesoft.com
1401 L:      linux-via@gtf.org
1402 W:      http://sourceforge.net/projects/gkernel/
1403 S:      Maintained
1405 USB DIAMOND RIO500 DRIVER
1406 P:      Cesar Miquel
1407 M:      miquel@df.uba.ar
1408 L:      rio500-users@lists.sourceforge.net
1409 W:      http://rio500.sourceforge.net
1410 S:      Maintained
1412 VIDEO FOR LINUX
1413 P:      Alan Cox
1414 M:      Alan.Cox@linux.org
1415 W:      http://roadrunner.swansea.linux.org.uk/v4l.shtml
1416 S:      Maintained for 2.2 only
1418 WAN ROUTER & SANGOMA WANPIPE DRIVERS & API (X.25, FRAME RELAY, PPP, CISCO HDLC)
1419 P:     Jaspreet Singh
1420 M:     jaspreet@sangoma.com
1421 M:     dm@sangoma.com
1422 W:     http://www.sangoma.com
1423 S:     Supported
1425 WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
1426 P:      Jean Tourrilhes
1427 M:      jt@hpl.hp.com
1428 W:      http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
1429 S:      Maintained
1431 WD7000 SCSI DRIVER
1432 P:      Miroslav Zagorac
1433 M:      zaga@fly.cc.fer.hr
1434 L:      linux-scsi@vger.kernel.org
1435 S:      Maintained
1437 X.25 NETWORK LAYER
1438 P:      Henner Eisen
1439 M:      eis@baty.hanse.de
1440 L:      linux-x25@vger.kernel.org
1441 S:      Maintained
1443 Z85230 SYNCHRONOUS DRIVER
1444 P:      Alan Cox
1445 M:      alan@redhat.com
1446 W:      http://roadrunner.swansea.linux.org.uk/synchronous.shtml
1447 S:      Maintained for 2.2 only
1449 Z8530 DRIVER FOR AX.25
1450 P:      Joerg Reuter
1451 M:      jreuter@yaina.de
1452 W:      http://yaina.de/jreuter/
1453 W:      http://www.qsl.net/dl1bke/
1454 L:      linux-hams@vger.kernel.org
1455 S:      Maintained
1457 ZR36120 VIDEO FOR LINUX DRIVER
1458 P:      Pauline Middelink
1459 M:      middelin@polyware.nl
1460 W:      http://www.polyware.nl/~middelin/En/hobbies.html
1461 W:      http://www.polyware.nl/~middelin/hobbies.html
1462 S:      Maintained
1464 THE REST
1465 P:      Linus Torvalds
1466 S:      Buried alive in reporters