[packman] hdjmod - Hercules mp3 e2
Alexander Rössler
mail.aroessler at gmail.com
Mon Jan 23 08:48:55 CET 2012
Hello Packman maintainers,
I have the following problem with the hdjmod driver in the
Packman-repository. I use openSUSE 12.1.
dmesg returns hdj_probe(): unsupported usbid:6f8b105, by default the usbid
of Hercules mp3 e2 device is not added to the hdjmod driver, a simple
patch (adding the usbid) would work fine.
I've tried to recompile the driver myself, but I ended up in a broken
system, so please add this fix to the packman hdjmod, since I'm probably
not the only one having this device.
patch device.c:
near line 1829 add this:
} else if (usbid == USB_ID(USB_HDJ_VENDOR_ID, DJ_CONTROL_MP3E2_PID)) {
return DJCONTROLSTEEL_PRODUCT_CODE;
patch device.h:
add this:
#define DJ_CONTROL_MP3E2_PID 0xb105
Here can be found what exactly must be modified:
http://www.mixxx.org/forums/viewtopic.php?f=3&t=2456
Regards
Alexander
More information about the Packman
mailing list