public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: "Justin P. Mattock" <justinmattock@gmail.com>
To: Jacek Poplawski <jacekpoplawski@gmail.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: SH-D163C
Date: Sat, 03 Jul 2010 11:31:34 -0700	[thread overview]
Message-ID: <4C2F8206.7050003@gmail.com> (raw)
In-Reply-To: <AANLkTinZfXXALWmmVPMHe-iJehQif7KC4tQCDdGge6g4@mail.gmail.com>

On 07/03/2010 11:07 AM, Jacek Poplawski wrote:
> Hello,
>
> I bought new DVD burner and looks like I can't burn anything, because
> media is not recognized as burner.
>
> In logs I see:
> ata5.00: ATAPI: TSSTcorpDVD-ROM SH-D163C, SB00, max UDMA/100
> scsi 4:0:0:0: CD-ROM            TSSTcorp DVD-ROM SH-D163C SB00 PQ: 0 ANSI: 5
>
> Is this burner supported by kernel?
> If not, could you give me any hints how to add it at source code
> level? I assume it's a matter of adding new ID to some list? :)
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
>

not sure what/where is anything for the device, let alone if it's just a 
pci id that needs to be added to get it working..
git grep shows this:


git grep -n TSSTcorp
drivers/ata/libata-core.c:4305: /* Maybe we should just blacklist 
TSSTcorp... */
drivers/ata/libata-core.c:4306: { "TSSTcorp CDDVDW SH-S202H", "SB00", 
   ATA_HORKAGE_IVB, },
drivers/ata/libata-core.c:4307: { "TSSTcorp CDDVDW SH-S202H", "SB01", 
   ATA_HORKAGE_IVB, },
drivers/ata/libata-core.c:4308: { "TSSTcorp CDDVDW SH-S202J", "SB00", 
   ATA_HORKAGE_IVB, },
drivers/ata/libata-core.c:4309: { "TSSTcorp CDDVDW SH-S202J", "SB01", 
   ATA_HORKAGE_IVB, },
drivers/ata/libata-core.c:4310: { "TSSTcorp CDDVDW SH-S202N", "SB00", 
   ATA_HORKAGE_IVB, },
drivers/ata/libata-core.c:4311: { "TSSTcorp CDDVDW SH-S202N", "SB01", 
   ATA_HORKAGE_IVB, },
drivers/ide/ide-iops.c:214:     { "TSSTcorp CDDVDW SH-S202J"    , "SB00" 
        },
drivers/ide/ide-iops.c:215:     { "TSSTcorp CDDVDW SH-S202J"    , "SB01" 
        },
drivers/ide/ide-iops.c:216:     { "TSSTcorp CDDVDW SH-S202N"    , "SB00" 
        },
drivers/ide/ide-iops.c:217:     { "TSSTcorp CDDVDW SH-S202N"    , "SB01" 
        },
drivers/ide/ide-iops.c:218:     { "TSSTcorp CDDVDW SH-S202H"    , "SB00" 
        },
drivers/ide/ide-iops.c:219:     { "TSSTcorp CDDVDW SH-S202H"    , "SB01" 
        },
drivers/ide/ide-iops.c:259:             if (strstr(model, "TSSTcorp 
CDDVDW SH-S202")) {


I put together a patch, with the info you supplied(not sure if it 
works), but since you want to have a go at it, I wont send it out, and 
let you hack at it!!

hope this helps..

Justin P Mattock

  reply	other threads:[~2010-07-03 18:31 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-07-03 18:07 SH-D163C Jacek Poplawski
2010-07-03 18:31 ` Justin P. Mattock [this message]
2010-07-03 21:02 ` SH-D163C Ondrej Zary
2010-07-03 23:47   ` SH-D163C Jacek Poplawski
2010-07-04  0:07     ` SH-D163C Justin P. Mattock
2010-07-04  2:46       ` SH-D163C Jacek Poplawski
2010-07-04  5:09         ` SH-D163C Justin P. Mattock
2010-07-04  5:38           ` SH-D163C Thomas Fjellstrom
2010-07-04  7:33             ` SH-D163C Justin P. Mattock

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4C2F8206.7050003@gmail.com \
    --to=justinmattock@gmail.com \
    --cc=jacekpoplawski@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox