Ok, problem is solved.
I modified tsc2100 sources, and figured out that it requires minor
number 64 for touchscreen driver.
So, after I created "mknod /dev/input0 c 13 64", everything works
well, and I managed to
successfully run touchscreen utilities from TSLIB package.
> Forgot to add that audio driver works well - i.e. after I inserted
> tsc2100.ko module,
> I can access device /dev/audio. For example, typing "cat /dev/audio"
> will produce
> ---
> snd_tsc2100_capture_open(): returning success
> TSC2100: PCM_HW_PARAMS
> TSC2100: Capture prepare (Rate=8000)
> TSC2100: Capture trigger
> TSC2100: Capture trigger
> ---
>
> But /dev/input0 doesn't work.
>
>