diff -urN 2.4.7-rmk3/linux/Documentation/Configure.help linux/Documentation/Configure.help --- 2.4.7-rmk3/linux/Documentation/Configure.help Sat Aug 11 15:42:12 2001 +++ linux/Documentation/Configure.help Sat Aug 11 21:38:39 2001 @@ -11610,6 +11610,23 @@ The module will be called dabusb.o. If you want to compile it as a module, say M here and read Documentation/modules.txt. +Host-to-Host USB networking +CONFIG_USB_USBNET + This driver supports network links over USB with USB "Network" + or "data transfer" cables, often used to network laptops to PCs. + Such cables have chips from suppliers such as NetChip and Prolific. + Intelligent USB devices could also use this approach to provide + Internet access, using standard USB cabling. + + These links will have names like "usb0", "usb1", etc. They act + like two-node Ethernets, so you can use 802.1d Ethernet Bridging + (CONFIG_BRIDGE) to simplify your network routing. + + This code is also available as a kernel module (code which can be + inserted in and removed from the running kernel whenever you want). + The module will be called usbnet.o. If you want to compile it as a + module, say M here and read Documentation/modules.txt. + PLUSB driver CONFIG_USB_PLUSB A driver for the Prolific PL-2302 USB-to-USB network device. This @@ -17914,6 +17955,18 @@ CONFIG_SERIAL_SA1100_CONSOLE If you have enabled the serial port on the SA1100/SA1110 StrongARM CPU you can make it the console by answering Y to this option. + +Bitsy touchscreent support +CONFIG_TOUCHSCREEN_BITSY + This option enables touchscreen support for Bitsy. You do not need + the SA1100 touchscreen driver for Bitsy. + +Profiling support (only on SA1100 for now) +CONFIG_PROFILER + This option enables an interrupt-driven profiler capable of instrumenting + both the kernel and applications. Although it is generic, it requires a + fast timer interface, support for which currently only exists for the + SA1100. L7200 serial port support CONFIG_SERIAL_L7200 diff -urN 2.4.7-rmk3/linux/Documentation/arm/SA1100/ADSBitsy linux/Documentation/arm/SA1100/ADSBitsy --- 2.4.7-rmk3/linux/Documentation/arm/SA1100/ADSBitsy Wed Dec 31 19:00:00 1969 +++ linux/Documentation/arm/SA1100/ADSBitsy Sun Aug 12 16:02:29 2001 @@ -0,0 +1,43 @@ +ADS Bitsy Single Board Computer +(It is different from Bitsy(iPAQ) of Compaq) + +For more details, contact Applied Data Systems or see +http://www.applieddata.net/products.html + +The Linux support for this product has been provided by +Woojung Huh + +Use 'make adsbitsy_config' before any 'make config'. +This will set up defaults for ADS Bitsy support. + +The kernel zImage is linked to be loaded and executed at 0xc0400000. + +Linux can be used with the ADS BootLoader that ships with the +newer rev boards. See their documentation on how to load Linux. + +Supported peripherals: +- SA1100 LCD frame buffer (8/16bpp...sort of) +- SA1111 USB Master +- SA1100 serial port +- pcmcia, compact flash +- touchscreen(ucb1200) +- console on LCD screen +- serial ports (ttyS[0-2]) + - ttyS0 is default for serial console + +To do: +- everything else! :-) + +Notes: + +- The flash on board is divided into 3 partitions. + You should be careful to use flash on board. + It's partition is different from GraphicsClient Plus and GraphicsMaster + +- 16bpp mode requires a different cable than what ships with the board. + Contact ADS or look through the manual to wire your own. Currently, + if you compile with 16bit mode support and switch into a lower bpp + mode, the timing is off so the image is corrupted. This will be + fixed soon. + +Any contribution can be sent to nico@cam.org and will be greatly welcome! diff -urN 2.4.7-rmk3/linux/Documentation/arm/SA1100/Assabet_Frontlight linux/Documentation/arm/SA1100/Assabet_Frontlight --- 2.4.7-rmk3/linux/Documentation/arm/SA1100/Assabet_Frontlight Wed Dec 31 19:00:00 1969 +++ linux/Documentation/arm/SA1100/Assabet_Frontlight Sat Aug 11 21:38:39 2001 @@ -0,0 +1,115 @@ +Frontlight Driver for The Intel Assabet (SA-1110 evaluation) +============================================================== + Initial version by: Nicholas Mistry (nmistry@lhsl.com) + + +This driver provides basic functionality for the frontlight +provided with the Assabet board. It will enable and disable +the light. + +The module grabs a dynamically assigned Major, so you will have +to do a mknod before using the device. I typically use /dev/sa1100-fl + +Because the assabet does not come with its own power supply for the +one can be obtained/made. Below is a list of the parts i used to +enable mine. + +** The parts/cable described below assume that your assabet +** is using the Sharp LQ039Q2DS54 Screen. + +Parts List: +------------ + 1 ERG power 8m122375 DC to AC inverter. + obtain from: Endicott Research Group Inc. (http://www.ergpower.com) + + Assabet Side Connector: + 1 Minitek 90312-005 Housing + 3 Minitek 77138-101 Pins + obtain both from: FCI Framatome Group (http://www.fciconnect.com) + * Samples Available * + + Inverter Side Connector: + 1 Standard 0.1" 4 pin Housing + 3 Standard 0.1" Pins (crimp is preferred) + + 3 pieces of 26 AWG Stranded Wire each aprox 4"-6" long + (3 colors optional: red,black,white) + + +Cable Diagram: +-------------- + +Inverter: Assabet: + + _____ _______ + | ______ /---------------| |1 [| (red wire) + V+ 1|---- |] 1 |---/ /------------|_ |2 [| (black wire) + GND 2|---- |] 2 |------(------\ |_||3 [| + CTL 3|---- |] 3 |-----/ \-----| |4 [| (white wire) + NE 4|---- |]___4_| |__|5__[| + _____| + + + +Example Program: +---------------- + +/* This following example program will blink on and off the */ +/* frontlight 5 times w/ an one second delay. */ + +#include +#include +#include +#include +#include +#include +#include + +#include