1 |
frodo |
276 |
The Debian Package kernel-patch-usb-neodio |
2 |
|
|
------------------------------------------ |
3 |
|
|
|
4 |
|
|
The Neodio Card reader/writer is an USB storage device for reading |
5 |
|
|
CompactFlash cards. It needs some special initialization code to work |
6 |
|
|
properly. This kernel patch provides it. It should work with all 2.4 |
7 |
frodo |
279 |
kernels, though it has been tested only with 2.4.19 and 2.4.20. It is |
8 |
|
|
unneeded (but harmless to install) on 2.6 kernels. |
9 |
frodo |
276 |
|
10 |
|
|
The Neodio Card read/writer is also branded as Lead Data. The USB ids: |
11 |
|
|
Vendor Id: 0aec |
12 |
|
|
Product Id: 5010 |
13 |
|
|
|
14 |
|
|
Install this package, and compile the kernel with the proper settings. |
15 |
|
|
For example: |
16 |
|
|
export PATCH_THE_KERNEL=YES |
17 |
|
|
make-kpkg clean |
18 |
|
|
make-kpkg binary |
19 |
|
|
make-kpkg modules_clean |
20 |
|
|
make-kpkg modules_image |
21 |
|
|
|
22 |
frodo |
279 |
Frodo Looijaard <frodo@frodo.looijaard.name>, Tue, 18 Mar 2003 14:53:06 +0100 |