Related topics

reduce CONFIG_INPUT as forward symbol (with diff)
This patch just makes alpha and mips(64) use the same ordering for "source drivers/input/Config.in" that most other arches use, so that there are fewer forward arch/alpha/config.in Sun Aug 25 21:37:33 2002 @@ -335,6 +335,7 @@ fi endmenu +source drivers/input/Config.in source drivers/char/Config.in source

which video with only source drivers
Grant Edwards gra...@visi.com comp os linux development system In article <ae7hvh$9s...@wanadoo.fr>, CFI wrote: Hello, I'm looking for source drivers for acquisition boards (digital or analog). Can someone help me ? Check out the "Linux Lab Project": http://www.llp.fu-berlin.de/ -- Grant Edwards grante Yow!

Make sure drivers/input/Config.in goes before ...
You said: "If a company does not write a driver which works on all hardware platforms in all cases and gives us the source, then it is better, that the company writes no I said the opposite - "If I company writes a closed source driver, it will be x86 specific and will ignore the rest of the Linux community.

Linux headed for disaster?
Steven C. Den Beste sdenb...@san.rr.com Home page: http://home.san.rr.com/denbeste/ CDMA FAQ: http://home.san.rr.com/denbeste/cdmafaq.html "Open-source advocates caution that NVIDIA's use of closed-source drivers could leave the Linux community high and dry if NVIDIA ever grows tired of supporting us.

Newbie: Help on choosing chipset for PIII
Videokaart van Nvidia (Geforce) Werkt alleen met closed source driver wat handmatige gebruikersinteractie vereist en in een hoop distributies voor De nv driver werkt prima! Alleen als je 3D acceleratie wilt hebben ben je op de closed source drivers aangewezen. Het installeren is in Ubuntu gewoon even de closed

[PATCH] Look at drivers/media/Config.in after fs/Config.in
Existing open-source 2D drivers for 3Dfx and nVidia cards. Initially I will probably have the video drivers done up as completely self-contained 2D/3D KGI drivers, but hopefully soon we will have a new modular acceleration system in KGI which will let me go back to open-source for the basic

Linux stifles innovation...
But the biggest problem raised by UDI for Linux community is Closed-Source drivers! Since Linux kernel API is in constant change all existing UDI could change this and manufacturers will produce it's own buggy UDI drivers and WILL NOT release specs! Linux will be dependant from closed-source drivers (and often

binary vs text files (Deep thought)
Ik zit nu met een NVidia GeForce FX 5500 :-D Ik denk niet dat dat ATI racemonster met de closed ATI drivers zoveel sneller gaat draaien, maar je kan het proberen. Mijn nvidia kaart is met de closed source drivers bruikbaar, met de open source drivers te langzaam. En dan heb ik het nog niet eens over gamen,

Linux, UDI and SCO.
There are a huge number of open-source drivers available, why would a third party want to "steal" the hardware layer to VIA's hardware just to emulate it? Why not some other hardware abstraction that is already available in open-source form? From a business perspective I just don't see how this could possibly

Linux people petition Alcatel for USB ADSL drivers
This is as far as I can tell full, open source drivers for the entire nVidia line including the 128, the TNT and TNT2. Folks at nVidia have been working on this for a while. I've been talking with them for months. It does look like it is happening. Documentation will be scarce, but a driver with source does appear

Linux Kernel will not allow closed source USB drivers after ...
This driver is an unmitigated disaster because whenever Debian upgrades X it breaks, and it's very flakey at the best of times. Using one is about as stable as using a windows machine. 12 months later when speccing out a new PC I chose Matrox for the very reason that open source drivers are available, and this card

X and niceness
To open-source drivers is just like telling a knowledgeable electronics engineer about 80% of what your product does and how it does it (by revealing the interaction algorithms hardcoded into the device). That devalues the uniqueness of the product, because by def. the open source license allows reuse without

FreeBSD vs Linux, Solaris, and NT
And of course, the ATI proprietary driver only works under Linux. So much for the "ATI is better than nVidia in supporting open source" argument. I'd say ATI is better than nVidia, because ATI provides information for at least some of their cards, so you can get open source drivers for them that work well.

[RFC] drivers/Kconfig
+
comment "Input Device Drivers" source "drivers/input/keyboard/Kconfig" diff --git a/drivers/input/Makefile b/drivers/input/Makefile index 2ae87b1..98c4f9a 100644 --- a/drivers/input/Makefile +++ b/drivers/input/Makefile @@ -23,3 +23,5 @@ obj-$(CONFIG_INPUT_TOUCHSCREEN) += touchscreen/ obj-$(CONFIG_INPUT_MISC) +=

Connsistent Binary Interface?
Does anyone have the open source drivers for these ? I believe that ATI released a "Unified driver package", which I believe was open source, but I don't appear to be able to find this on the ATI website. The drivers appear to be binary only for the 8500 and 9000. Do the open source drivers support open gl ?

nVidia releases 2D and 3D drivers for its products, OPEN SOURCE !
And you expect the Linux kernel to do that for, of all things, *closed source drivers*?!? No thanks, `pragmatic idealism' may be the name of the game in Linux kernel development, but we're not bending over backwards and damaging the kernel's readability and maintainability to support people who won't even open

Open source graphic drivers
There is an open source driver for the QLA2310 board, qla2x00. This driver supports the QLA2100/2200/2300 HBA's. The qla2x00 driver in Red Hat 7.1 doesn't support the 2300; however, I believe it's being released in Red Hat 7.2. I've been using the qla2x00 driver for all my EMC CLARiiON idsk array testing.

Trouble trying to find Kernel source...
Arpi, I can understand the desire for open source drivers, but in the competetive world of video cards, you can't fault a company for desiring closed drivers to protect their IP rights. What marketroid bs are you bubling about? Protect IP rights? I thought that NVdidia and the rest of the bunch are about selling

FreeBSD vs Linux, Solaris, and NT
Sam
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 9619c43..64629dd 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -1087,91 +1087,7 @@ endmenu source "net/Kconfig" -menu "Device Drivers" - -source "drivers/base/Kconfig" - -source "drivers/connector/Kconfig" - -if ALIGNMENT_TRAP || !

Basic braille screen reader support
Thanks, Hans From: Hans J Koch <h...@linutronix.de> To: linux-ker...@vger.kernel.org Cc: linux-arm-ker...@lists.arm.linux.org.uk Cc: Greg KH <g...@kroah.com> Subject: arch/arm/Kconfig: Make UIO available on ARM architecture Source drivers/uio/Kconfig to make UIO available in menuconfig if ARCH=arm.