is there a 'standard' command or ioctl() to read out the detailled model number, e.g. a string like SL5000, SL5500, SL5600, C750, C860, etc. I need to write a shell script that can handle some subtle differences (in the formats of /dev/sharp_ts) of these models.
I have tried uname -r to get the Linux kernel version and uname -m to get the processor version. But that seems not to be accurate enough.
-- hns