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: Ondrej Zary <linux@rainbow-software.org>, linux-kernel@vger.kernel.org
Subject: Re: SH-D163C
Date: Sat, 03 Jul 2010 22:09:22 -0700	[thread overview]
Message-ID: <4C301782.9080306@gmail.com> (raw)
In-Reply-To: <AANLkTik0hjeYmOvO4hzDqfezN5vCRVw3qHSrxc1R93pz@mail.gmail.com>

On 07/03/2010 07:46 PM, Jacek Poplawski wrote:
> On Sun, Jul 4, 2010 at 2:07 AM, Justin P. Mattock
> <justinmattock@gmail.com>  wrote:
>>>> The problem is that it really is a DVD-ROM:
>>>> http://www.google.com/search?q=%22SH-D163C%22+site%3Asamsung.com
>>>
>>> You are right, now I understand why it was so cheap :) Sorry :)
>>
>> so creating a patch is not worth it then!?.. was hoping you did..
>
> It works as a DVD reader without problems, I was just wondering why I
> can't burn anything :)
> Sorry again.
>

no reason to say sorry.. as for not burning tough to say, could be 
software cdio, dvdrw-tools, etc... but then again could be kernel. heres 
what I came up with(keep in mind mind could be totally wrong)

_totally_ _un-tested_



 From b95d7b285344300b850112eb2777611fb8bae248 Mon Sep 17 00:00:00 2001
From: Justin P. Mattock <justinmattock@gmail.com>
Date: Sat, 3 Jul 2010 11:23:19 -0700
Subject: [PATCH] SH-D163C

  Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>

---
  drivers/ata/libata-core.c |    1 +
  drivers/ide/ide-iops.c    |    1 +
  2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/drivers/ata/libata-core.c b/drivers/ata/libata-core.c
index ddf8e48..22c99f2 100644
--- a/drivers/ata/libata-core.c
+++ b/drivers/ata/libata-core.c
@@ -4304,6 +4304,7 @@ static const struct ata_blacklist_entry 
ata_device_blacklist [] = {
         { "QUANTUM FIREBALLlct10 05", "A03.0900", ATA_HORKAGE_IVB, },
         /* Maybe we should just blacklist TSSTcorp... */
         { "TSSTcorp CDDVDW SH-S202H", "SB00",     ATA_HORKAGE_IVB, },
+       { "TSSTcorp CDDVDW SH-D163C", "SB00",     ATA_HORKAGE_IVB, },
         { "TSSTcorp CDDVDW SH-S202H", "SB01",     ATA_HORKAGE_IVB, },
         { "TSSTcorp CDDVDW SH-S202J", "SB00",     ATA_HORKAGE_IVB, },
         { "TSSTcorp CDDVDW SH-S202J", "SB01",     ATA_HORKAGE_IVB, },
diff --git a/drivers/ide/ide-iops.c b/drivers/ide/ide-iops.c
index 376f2dc..70a6bd6 100644
--- a/drivers/ide/ide-iops.c
+++ b/drivers/ide/ide-iops.c
@@ -212,6 +212,7 @@ static const struct drive_list_entry ivb_list[] = {
         { "QUANTUM FIREBALLlct10 05"    , "A03.0900"    },
         { "QUANTUM FIREBALLlct20 30"    , "APL.0900"    },
         { "TSSTcorp CDDVDW SH-S202J"    , "SB00"        },
+       { "TSSTcorp CDDVDW SH-D163C"    , "SB00"        },
         { "TSSTcorp CDDVDW SH-S202J"    , "SB01"        },
         { "TSSTcorp CDDVDW SH-S202N"    , "SB00"        },
         { "TSSTcorp CDDVDW SH-S202N"    , "SB01"        },
-- 
1.6.5.2.180.gc5b3e


keep in mind something might need to be added, and/or this is totally 
wrong and the kernel already supports your device, and your hitting 
something with userpspace etc..

hope this gets you up and running..

Justin P. Mattock

  reply	other threads:[~2010-07-04  5:08 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 ` SH-D163C Justin P. Mattock
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         ` Justin P. Mattock [this message]
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=4C301782.9080306@gmail.com \
    --to=justinmattock@gmail.com \
    --cc=jacekpoplawski@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@rainbow-software.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