diff options
author | Koen Kooi <koen@openembedded.org> | 2005-12-10 17:22:29 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-12-10 17:22:29 +0000 |
commit | 316e1e3151851ee9133fcd15bad1f75f5de6a6e0 (patch) | |
tree | ec3fd6f3316174cef5b1cb3b4ac0a8f56da4ce48 /packages/atmelwlandriver/atmelwlandriver-3.4.1.0 | |
parent | ab8d9f73e981334af3def50350c9e6e72010fc40 (diff) |
atmel-wlandriver: move file to the correct directory
Diffstat (limited to 'packages/atmelwlandriver/atmelwlandriver-3.4.1.0')
-rw-r--r-- | packages/atmelwlandriver/atmelwlandriver-3.4.1.0/add-compaq-usb-ids.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/atmelwlandriver/atmelwlandriver-3.4.1.0/add-compaq-usb-ids.patch b/packages/atmelwlandriver/atmelwlandriver-3.4.1.0/add-compaq-usb-ids.patch new file mode 100644 index 0000000000..6fb70a6497 --- /dev/null +++ b/packages/atmelwlandriver/atmelwlandriver-3.4.1.0/add-compaq-usb-ids.patch @@ -0,0 +1,11 @@ +diff -Nurd atmelwlandriver-3.4.1.0/src/includes/usb/config.h atmelwlandriver-3.4.1.0-hh/src/includes/usb/config.h +--- atmelwlandriver-3.4.1.0/src/includes/usb/config.h 2004-11-10 01:40:50.000000000 -0800 ++++ atmelwlandriver-3.4.1.0-hh/src/includes/usb/config.h 2005-11-29 14:07:01.767789406 -0800 +@@ -33,6 +33,7 @@ + {USB_DEVICE(0x1371,0x5743)}, /* DSE XH1153 USB adapter */ \ + {USB_DEVICE(0x0864,0x4102)}, /* Netgear MA 101 Rev. B */ \ + {USB_DEVICE(0x04a5,0x9001)}, /* Benq AWL400 USB adapter */ \ ++ {USB_DEVICE(0x049f,0x0032)}, /* Compaq/hp h5[4,5]xx iPAQ internal wlan */ \ + {USB_DEVICE(VNetVID,VNetPID_RFMD)}, /* Atmel's id */ \ + { } /* end with an all-zeroes entry */\ + } /* end marker */ |