Reply to comment

Accidental kernel hacker

If you grep through the latest Linux kernel (2.6.27) for my real name - you'll actually get a hit! Since all the l33t haX()rz have a patch in the kernel, I'm very pleased - but how the * did that happen?

As it was, I was trying to connect my cell phone to the laptop to get at the images that can be seen below in the other stories - but it just hung. I had this idea that given a USB cable and a Nokia 3310c, I ought to just be able to plug it in and use it as a USB stick. So I googled...

...and google told me I was right. But some inferior phones (and other stuff) doesn't follow the USB standard - and need a special case. It also told me in what file that spećial case was needed.

So, then it was just a matter of duplicating another entry, and test it. As it worked on the first try, I just submitted it on a lark. :)

Here it is, in all of its glory:

  1. /* Reported by Filip Joelsson <filip@blueturtle.nu> */
  2. UNUSUAL_DEV( 0x0421, 0x005d, 0x0001, 0x0600,
  3. "Nokia",
  4. "Nokia 3110c",
  5. US_SC_DEVICE, US_PR_DEVICE, NULL,
  6. US_FL_FIX_CAPACITY ),

(Six lines in all!)

Reply

The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.
  • You can enable syntax highlighting of source code with the following tags: <code>, <blockcode>, <c>, <cpp>, <drupal5>, <drupal6>, <java>, <javascript>, <php>, <python>, <ruby>, <xml>. The supported tag styles are: <foo>, [foo].

More information about formatting options