Skip to content


My first linux-2.6 kernel patch accepted ;)

During last month I was trying to push one patch into mainline — adding few CF cards into hostap_cs driver.

First attempts was not correct so I started from scratch and created few small patches. Then patch which my changeset required was marked as ‘ignore it’ so I had to recreate my patchset again (and again).

Finally it was accepted and yesterday commited into wireless-2.6 git tree.

Related posts:

  1. Wireless Extension v19 on collie/2.4.18
  2. Handling PCMCIA/CF cards in Linux
  3. Zaurus line officially ended
  4. Collie and SD/MMC support under 2.6 kernel
  5. Tosa and 2.6 kernel

Tagged with , .


2 Responses

Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.

  1. Dawid Gatti says

    WoW, respect :)

Continuing the Discussion

  1. Hrw website :: Handling PCMCIA/CF cards in Linux linked to this post on June 14, 2006

    [...] Pcmciautils way is nice – no extra daemon running, cards are handled as hotpluggable – everything looks nice and clear… But there is something other – list of devices handled by driver is in driver itself – so if you get card which is not there then you have to provide patch for it (like I already did for some cards) or try module aliases. [...]