MS_Insert
if ((info->MS_Status & MS_Insert) && (info->MS_Status & MS_Ready)) {
if ((s & MS_Insert) && (s & MS_Ready)) {
printk(KERN_INFO "Insert = %x\n", !!(s & MS_Insert));