|
The Compaq Personal Jukebox PJB-100 USB driver for Linux 2.6 is a
quick port of the Linux 2.4 driver.
I basically just started with the Linux 2.6 usb-skeleton.c, and
added the functions needed for the PJB-100.
For 2.6.13 patch the driver just creates /dev/cpqpjb and does
not attempt to support multiple devices. In theory the driver
should easily support multiple PJB-100's if the SDK is modified.
For pre 2.6.13 patches, you need to create a symlink to the
driver:
# ln -s /dev/pjb0 /dev/cpqpjb
The following patches are available:
- linux-2.6.13
- linux-2.6.6
- linux-2.6.4
- linux-2.6.3
- linux-2.6.0
- linux-2.6.6
|