• Federico Vaga's avatar
    userspace:init: load g_serial new dependencies · a2d0951f
    Federico Vaga authored
    The USB gadget framework has changed from Linux v2.6.39. As far as I
    understood it's now more modular, so it's not anymore enough to load
    just the g_serial.ko driver. Now we have to load also it's
    dependencies.
    
    I'm not an expert about USB gadget, this patch is the result of my
    understanding in debugging the loading failure of the g_serial.ko
    module. Perhaps it will be necessary some adjustments to make it
    work the way we want. But for the time begin I will leave it like
    this until is clear what we have to adjust.
    
    Note that these dependecies depends also on the configfs file-system.
    I had problems to get this work because apparently by using a different
    corss-compiler some symbols where removed from the kernel, so our
    modules were not able to load because of "undefined symbols".
    Using the toolchain compiled within this project solved this issue.
    Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
    a2d0951f
Name
Last commit
Last update
..
dev_shmem Loading commit data...
dot-config Loading commit data...
dropbear Loading commit data...
enable_switching.sh Loading commit data...
hald.sh Loading commit data...
hwinfo Loading commit data...
lighttpd.sh Loading commit data...
monit.sh Loading commit data...
network Loading commit data...
ppsi.sh Loading commit data...
rcK Loading commit data...
rcS Loading commit data...
reboot.sh Loading commit data...
rtud.sh Loading commit data...
snmpd Loading commit data...
syslogd Loading commit data...
time_save.sh Loading commit data...
vlan.sh Loading commit data...
wr Loading commit data...
wr_date Loading commit data...
wrs-boot-procedure Loading commit data...
wrs_auxclk.sh Loading commit data...
wrs_custom_boot_script.sh Loading commit data...
wrs_status_led.sh Loading commit data...
wrs_throttling.sh Loading commit data...
wrs_watchdog.sh Loading commit data...