Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at ddb4cbfc53aa0913ee8da059fcbf628d14f40f63 19 lines 535 B view raw
1I have written a small patch that let's me use my Amiga CD32 2joypad connected to the parallel port. Thought I'd share it with you so 3you can add it to the list of supported joysticks (hopefully someone will 4find it useful). 5 6It needs the following wiring: 7 8CD32 pad | Parallel port 9---------------------------- 101 (Up) | 2 (D0) 112 (Down) | 3 (D1) 123 (Left) | 4 (D2) 134 (Right) | 5 (D3) 145 (Fire3) | 14 (AUTOFD) 156 (Fire1) | 17 (SELIN) 167 (+5V) | 1 (STROBE) 178 (Gnd) | 18 (Gnd) 189 (Fire2) | 7 (D5) 19